OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fixup_cmd_elements
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Util.pm
19
@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';
210
#
fixup_cmd_elements
(), 'cause MCR doesn't like strings.
235
return ( @prefix, $cmd,
fixup_cmd_elements
(@_) );
/src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Util.pm
19
@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
(@_) );
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026