| /src/external/ibm-public/postfix/dist/src/global/ |
| match_service.h | 18 extern ARGV *match_service_init(const char *); 19 extern ARGV *match_service_init_argv(char **); 20 extern int match_service_match(ARGV *, const char *); 21 extern void match_service_free(ARGV *);
|
| mail_parm_split.h | 21 #include <argv.h> 27 extern ARGV *mail_parm_split(const char *, const char *);
|
| mbox_conf.h | 19 #include <argv.h> 30 extern ARGV *mbox_lock_names(void);
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| argv.h | 1 /* $NetBSD: argv.h,v 1.5 2025/02/25 19:15:51 christos Exp $ */ 8 /* argv 3h 12 /* #include "argv.h" 19 typedef struct ARGV { 22 char **argv; /* string array */ member in struct:ARGV 23 } ARGV; 27 extern ARGV *argv_alloc(ssize_t); 28 extern ARGV *argv_sort(ARGV *); /* backwards compatibility */ 29 extern ARGV *argv_qsort(ARGV *, ARGV_COMPAR_FN) [all...] |
| argv.c | 1 /* $NetBSD: argv.c,v 1.5 2025/02/25 19:15:51 christos Exp $ */ 5 /* argv 3 9 /* #include <argv.h> 13 /* ARGV *argv_alloc(len) 16 /* ARGV *argv_qsort(argvp, compar) 17 /* ARGV *argvp; 21 /* ARGV *argvp; 24 /* ARGV *argv_free(argvp) 25 /* ARGV *argvp; 28 /* ARGV *argvp [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/cds/ |
| mangle.pl | 14 my $re = $ARGV[0];
|
| /src/external/historical/nawk/dist/bugs-fixed/ |
| getline-numeric.awk | 3 getline dd < ARGV[1]
|
| /src/external/gpl3/gcc/dist/maintainer-scripts/ |
| maintainer-addresses | 28 ( @ARGV == 1 && -e $ARGV[0] ) || die "usage: $0 MAINTAINERS";
|
| /src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| maintainer-addresses | 28 ( @ARGV == 1 && -e $ARGV[0] ) || die "usage: $0 MAINTAINERS";
|
| /src/crypto/dist/ipsec-tools/src/racoon/contrib/ |
| sp.pl | 3 die "insufficient arguments" if (scalar(@ARGV) < 2); 4 $src = $ARGV[0]; 5 $dst = $ARGV[1]; 7 if (scalar(@ARGV) > 2) { 8 $mode = $ARGV[2];
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec/ |
| ntadiff.pl | 18 exit 1 if (scalar(@ARGV) != 2); 20 my $actual = Time::Piece->strptime($ARGV[0], '%d-%b-%Y %H:%M:%S.000 %z'); 21 my $expected = Time::Piece->strptime($ARGV[1], '%s') + ONE_WEEK;
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| commit_prep.in | 49 # argument list, so $ARGV[0] will be the repository dir again, as it 51 if ($ARGV[0] eq '-u') { 52 shift @ARGV; 53 $CVS_USERNAME = shift (@ARGV); 84 &write_line("$LAST_FILE.$id.$CVS_USERNAME", $ARGV[0]);
|
| /src/external/mit/libcbor/dist/misc/ |
| file_to_bytes.rb | 3 lst = (ARGV.empty? ? STDIN.read : IO.binread(ARGV[0])).bytes.map {|_| '0x%02X' % _ }
|
| /src/crypto/external/apache2/openssl/dist/util/ |
| write-man-symlinks | 19 if ($#ARGV + 1 != 5 || $ARGV[0] !~ /^(un)?install$/) { 24 my $action = $ARGV[0]; 25 my $srcdir = $ARGV[1]; 26 my $builddir = $ARGV[2]; 27 my $manname = $ARGV[3]; 28 my $targetdir = $ARGV[4];
|
| echo.pl | 11 print join(' ', @ARGV);
|
| /src/crypto/external/bsd/openssl/dist/util/ |
| write-man-symlinks | 19 if ($#ARGV + 1 != 5 || $ARGV[0] !~ /^(un)?install$/) { 24 my $action = $ARGV[0]; 25 my $srcdir = $ARGV[1]; 26 my $builddir = $ARGV[2]; 27 my $manname = $ARGV[3]; 28 my $targetdir = $ARGV[4];
|
| echo.pl | 11 print join(' ', @ARGV);
|
| /src/external/mpl/bind/dist/bin/tests/system/ |
| send.pl | 22 @ARGV == 2 or die "usage: send.pl host port [file ...]\n"; 24 my $host = shift @ARGV; 25 my $port = shift @ARGV;
|
| /src/crypto/external/apache2/openssl/dist/ms/ |
| cmp.pl | 9 ($#ARGV == 1) || die "usage: cmp.pl <file1> <file2>\n"; 11 open(IN0,"<$ARGV[0]") || die "unable to open $ARGV[0]\n"; 12 open(IN1,"<$ARGV[1]") || die "unable to open $ARGV[1]\n"; 38 printf STDERR "$ARGV[0] and $ARGV[1] are different\n";
|
| /src/crypto/external/bsd/openssl/dist/ms/ |
| cmp.pl | 9 ($#ARGV == 1) || die "usage: cmp.pl <file1> <file2>\n"; 11 open(IN0,"<$ARGV[0]") || die "unable to open $ARGV[0]\n"; 12 open(IN1,"<$ARGV[1]") || die "unable to open $ARGV[1]\n"; 38 printf STDERR "$ARGV[0] and $ARGV[1] are different\n";
|
| /src/crypto/external/bsd/openssl.old/dist/ms/ |
| cmp.pl | 9 ($#ARGV == 1) || die "usage: cmp.pl <file1> <file2>\n"; 11 open(IN0,"<$ARGV[0]") || die "unable to open $ARGV[0]\n"; 12 open(IN1,"<$ARGV[1]") || die "unable to open $ARGV[1]\n"; 38 printf STDERR "$ARGV[0] and $ARGV[1] are different\n";
|
| /src/external/mpl/bind/dist/bin/tests/system/statschannel/ |
| xfrins-json.pl | 20 my $file = $ARGV[0]; 21 my $zone = $ARGV[1];
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| llvm-native-gxx | 20 for ($i = 0; $i <= $#ARGV; ++$i) { 21 if ($ARGV[$i] =~ /-mllvm-backend=([a-z0-9]*)/) { 24 splice (@ARGV, $i, 1); 27 } elsif ($ARGV[$i] eq "-E") { 29 } elsif ($ARGV[$i] eq "-c") { 30 $GCCOptions .= " " . $ARGV[$i]; 32 } elsif ($ARGV[$i] eq "-v") { 33 $GCCOptions .= " " . $ARGV[$i]; 35 } elsif ($ARGV[$i] eq "-o") { 36 $OutputFile = $ARGV[$i + 1] [all...] |
| /src/crypto/external/bsd/openssl.old/dist/util/ |
| echo.pl | 11 print join(' ', @ARGV);
|
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| Getopt.pm | 62 if (@ARGV && $ARGV[0] =~ /^-./) 73 if ($ARGV[0] eq '--') 75 shift @ARGV; 77 elsif (exists $argopts{$ARGV[0]}) 79 fatal ("option '$ARGV[0]' requires an argument\n" 84 fatal ("unrecognized option '$ARGV[0]'.\n"
|