Searched refs:ARGV (Results 76 - 100 of 143) sorted by relevance

123456

/freebsd-9.3-release/crypto/openssl/tools/
H A Dc_rehash35 if(@ARGV) {
36 @dirlist = @ARGV;
H A Dc_rehash.in35 if(@ARGV) {
36 @dirlist = @ARGV;
/freebsd-9.3-release/tools/tools/genericize/
H A Dgenericize.pl67 ($generic = $ARGV) =~ s|([^/])+$|GENERIC|;
/freebsd-9.3-release/contrib/cvs/contrib/
H A Drcslock.in105 # @files = split(/ /,$ARGV[0]);
106 @files = @ARGV[0..$#ARGV];
H A Dcvs_acls.in399 CVS passes to @ARGV an absolute directory pathname (the repository
425 beginning of each of the committed files in @ARGV.
429 of the files to be committed in @ARGV.
446 the tag names for $ARGV[1..$#ARGV] found in the %branches file.
517 %restricted_entries = (); # hash table of restricted commit files (from @ARGV)
540 $user_name = processArgs(\@ARGV);
542 print("$$ \@ARGV after processArgs is: @ARGV.\n") if $debug;
543 print("$$ ========== Begin $PROGRAM_NAME for \"$ARGV[
[all...]
H A Dlog_accum.in517 # print(MAIL "Subject: cvs commit: $ARGV[0]\n");
540 $ARGV[0] = $arg;
567 @files = process_argv(@ARGV);
574 #print("ARGV - ", join(":", @ARGV), "\n");
591 if ($ARGV[0] =~ /New directory/) {
596 push(@text, " ".$ARGV[0]);
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dre-mqueue.pl115 die "Usage: $0 [-d] queueA queueB seconds\n" if ($#ARGV < 2);
117 while ($_ = $ARGV[0], /^-/) {
/freebsd-9.3-release/crypto/openssl/crypto/bf/asm/
H A Dbf-586.pl7 &asm_init($ARGV[0],"bf-586.pl",$ARGV[$#ARGV] eq "386");
H A Dbf-686.pl7 &asm_init($ARGV[0],"bf-686.pl");
/freebsd-9.3-release/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in10 exit run(@ARGV) unless caller;
/freebsd-9.3-release/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl7 &asm_init($ARGV[0],"rc5-586.pl");
/freebsd-9.3-release/crypto/openssl/util/
H A Dsrc-dep.pl10 foreach (@ARGV)
/freebsd-9.3-release/contrib/gperf/doc/
H A Dhelp2man76 die $help_info unless @ARGV == 1;
165 join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`
166 or die "$this_program: can't get `--$_' info from $ARGV[0]\n"
170 (my $program = $ARGV[0]) =~ s!.*/!!;
/freebsd-9.3-release/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6062 if ($#ARGV != 2) {
6067 my $afm = $ARGV[0];
6068 my $map = $ARGV[1];
6069 my $font = $ARGV[2];
6087 open(AFM, $afm) || die "$prog: can't open \`$ARGV[0]': $!\n";
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dmaint-tool65 for $a (@ARGV) {
221 $incdir = shift @ARGV;
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dmaint-tool65 for $a (@ARGV) {
221 $incdir = shift @ARGV;
/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl54 for (@ARGV) { $pic=1 if (/\-[fK]PIC/i); }
/freebsd-9.3-release/release/scripts/
H A Dcheckindex.pl114 my ($indexName) = $ARGV[0];
/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-586.pl38 &asm_init($ARGV[0],"sha1-586.pl",$ARGV[$#ARGV] eq "386");
/freebsd-9.3-release/sys/dev/cxgb/
H A Dbin2h.pl5 if ($#ARGV != 1) {
10 my $success = open INPUT, "$ARGV[0]";
15 $success = open OUTPUT, ">$ARGV[1].h";
62 = stat($ARGV[0]);
67 print OUTPUT "static unsigned int $ARGV[1]_length = $size;\n";
68 print OUTPUT "static unsigned char $ARGV[1]" . "[$size]" . " = {\n";
/freebsd-9.3-release/tools/tools/prstats/
H A Dprstats.pl327 if (@ARGV) {
328 foreach (@ARGV) {
/freebsd-9.3-release/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk682 ARGV[ARGC++] = "100:8:0.85";
683 ARGV[ARGC++] = "100:36:0.92";
684 ARGV[ARGC++] = "100:164:0.97";
685 #ARGV[ARGC++] = "100:8";
686 #ARGV[ARGC++] = "100:16";
687 #ARGV[ARGC++] = "100:32:0.7929";
688 #ARGV[ARGC++] = "100:64:0.8990";
689 #ARGV[ARGC++] = "100:128:0.9499";
701 printf("%s%s", (i == 1) ? "" : " ", ARGV[i]);
705 if (filter_parse(ARGV[
[all...]
/freebsd-9.3-release/contrib/ntp/scripts/monitoring/
H A Dntploopwatch104 while($_ = shift(@ARGV))
109 (@ARGV || die($usage), $config = shift(@ARGV), next);
112 (@ARGV || die($usage), $workdir = shift(@ARGV), next);
115 (@ARGV || die($usage), $STATHOST = shift, next);
127 (@ARGV || die($usage), $StartTime=&date_time_spec2seconds(shift),next);
130 (@ARGV || die($usage), $EndTime = &date_time_spec2seconds(shift),next);
133 (@ARGV || die($usage), $MaxY = shift, next);
136 (@ARGV || di
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c207 #define TEST_PEX_RUN(PEXOBJ, FLAGS, EXECUTABLE, ARGV, OUTNAME, ERRNAME) \
214 __LINE__, EXECUTABLE, ARGV[0]); \
215 pex_run_err = pex_run (PEXOBJ, FLAGS, EXECUTABLE, ARGV, OUTNAME, \
/freebsd-9.3-release/contrib/cvs/doc/
H A Dmkman.pl94 for my $file (@ARGV)

Completed in 249 milliseconds

123456