Home
last modified time | relevance | path

Searched refs:fixup_cmd_elements (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DUtil.pm19 @EXPORT = qw(cmp_versions quotify1 quotify_l fixup_cmd_elements fixup_cmd
132 =item fixup_cmd_elements LIST
148 sub fixup_cmd_elements { subroutine
183 This is a sibling of fixup_cmd_elements() that expects the LIST to be a
184 complete command line. It does the same thing as fixup_cmd_elements(),
192 return fixup_cmd_elements(@_) unless $^O eq 'VMS';
216 return ( $prefix, $prog, fixup_cmd_elements(@_) );
H A DTest.pm319 return __decorate_cmd($num, [ @prog, fixup_cmd_elements(@cmdargs) ],
/third_party/openssl/util/perl/OpenSSL/
H A DUtil.pm19 @EXPORT = qw(cmp_versions quotify1 quotify_l fixup_cmd_elements fixup_cmd
132 =item fixup_cmd_elements LIST
148 sub fixup_cmd_elements { subroutine
183 This is a sibling of fixup_cmd_elements() that expects the LIST to be a
184 complete command line. It does the same thing as fixup_cmd_elements(),
192 return fixup_cmd_elements(@_) unless $^O eq 'VMS';
216 return ( $prefix, $prog, fixup_cmd_elements(@_) );
H A DTest.pm319 return __decorate_cmd($num, [ @prog, fixup_cmd_elements(@cmdargs) ],

Completed in 4 milliseconds