Home
last modified time | relevance | path

Searched refs:__fixup_prg (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm329 my @prog = __fixup_prg(__apps_file(shift @cmdargs, __exeext()));
340 my @prog = __fixup_prg(__fuzz_file(shift @cmdargs, __exeext()));
351 my @prog = __fixup_prg(__test_file(shift @cmdargs, __exeext()));
363 my @interpreter = __fixup_prg($^X);
377 my @interpreter = __fixup_prg($^X);
1212 @prefix = ( __fixup_prg($^X), $std_wrapper );
1223 # __fixup_prg PROG
1225 # __fixup_prg does whatever fixup is needed to execute an executable binary
1228 # __fixup_prg returns a string with the possibly prefixed program path spec.
1229 sub __fixup_prg { subroutine
[all...]
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm329 my @prog = __fixup_prg(__apps_file(shift @cmdargs, __exeext()));
340 my @prog = __fixup_prg(__fuzz_file(shift @cmdargs, __exeext()));
351 my @prog = __fixup_prg(__test_file(shift @cmdargs, __exeext()));
363 my @interpreter = __fixup_prg($^X);
377 my @interpreter = __fixup_prg($^X);
1212 @prefix = ( __fixup_prg($^X), $std_wrapper );
1223 # __fixup_prg PROG
1225 # __fixup_prg does whatever fixup is needed to execute an executable binary
1228 # __fixup_prg returns a string with the possibly prefixed program path spec.
1229 sub __fixup_prg { subroutine
[all...]

Completed in 3 milliseconds