Searched refs:ARGV (Results 51 - 75 of 146) sorted by relevance

123456

/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopstat71 @ARGV || die("$0: delay value missing after -d\n$usage");
78 @ARGV || die("$0: logfile missing after -l\n$usage");
85 @ARGV || die("$0: timeout value missing after -t\n$usage\n");
99 if (@ARGV)
101 warn("unexpected arguments: ".join(" ",@ARGV).".\n");
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl19 while (@ARGV) {
20 my $arg = $ARGV[0];
22 shift @ARGV;
23 $config = shift @ARGV;
25 shift @ARGV;
26 $hprefix = shift @ARGV;
29 shift @ARGV;
32 shift @ARGV;
35 shift @ARGV;
38 shift @ARGV;
[all...]
H A Dmkrc.pl21 $filename = $ARGV[0]; $filename =~ /(.*)\.([^.]+)$/;
H A Dsrc-dep.pl10 foreach (@ARGV)
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb359 ARGV.reject! do |arg|
376 if !ARGV[0]
399 ARGV[1] = ARGV[0].gsub(".c","_Runner.c") if (!ARGV[1])
406 UnityTestRunnerGenerator.new(options).run(ARGV[0], ARGV[1])
H A DparseOutput.rb182 if ARGV.size >= 1
183 ARGV.each do |a|
H A Dunity_test_summary.rb125 opts, args = ARGV.partition {|v| v =~ /^--\w+/}
134 targets = "#{ARGV[0].gsub(/\\/, '/')}**/*.test*"
141 uts.set_root_path(ARGV[1])
/freebsd-11-stable/contrib/ntp/scripts/build/
H A DupdateBEDate22 foreach ( @ARGV ) {
/freebsd-11-stable/contrib/sendmail/contrib/
H A Detrn.pl53 my $server = shift(@ARGV);
54 my @hosts = @ARGV;
H A Dre-mqueue.pl115 die "Usage: $0 [-d] queueA queueB seconds\n" if ($#ARGV < 2);
117 while ($_ = $ARGV[0], /^-/) {
/freebsd-11-stable/tools/tools/locale/tools/
H A Dconvert_map.pl157 $mf = shift(@ARGV);
158 $codeset = shift(@ARGV);
/freebsd-11-stable/contrib/less/
H A Dmkutable35 my $args = join ' ', @ARGV;
41 while ($arg = shift @ARGV) {
/freebsd-11-stable/contrib/unbound/contrib/
H A Dparseunbound.pl17 my $run_from_cron = @ARGV && $ARGV[0] eq "--cron" && shift;
/freebsd-11-stable/contrib/ncurses/
H A Dconvert_configure.pl46 shift, $no_zexe = 1 if @ARGV and $ARGV[0] eq '-no-zexe';
/freebsd-11-stable/contrib/libxo/xolint/
H A Dxolint.pl19 while ($ARGV[0] =~ /^-/) {
20 $_ = shift @ARGV;
22 $opt_cflags .= shift @ARGV if /^-C/;
31 if ($#ARGV < 0) {
44 for $file (@ARGV) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl221 foreach $arg (@ARGV) {
H A Ddtest.pl534 foreach $arg (@ARGV) {
549 find(\&wanted, "$defdir/common") if (scalar(@ARGV) == 0);
550 find(\&wanted, "$defdir/$MACH") if (scalar(@ARGV) == 0);
551 find(\&wanted, "$defdir/$PLATFORM") if (scalar(@ARGV) == 0);
/freebsd-11-stable/tools/tools/genericize/
H A Dgenericize.pl67 ($generic = $ARGV) =~ s|([^/])+$|GENERIC|;
/freebsd-11-stable/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in10 exit run(@ARGV) unless caller;
/freebsd-11-stable/crypto/openssl/crypto/bf/asm/
H A Dbf-586.pl8 &asm_init($ARGV[0],"bf-586.pl",$ARGV[$#ARGV] eq "386");
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobjxref.pl8 my ($mac_file, $xref_file) = @ARGV;
/freebsd-11-stable/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl8 &asm_init($ARGV[0],"rc5-586.pl");
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86-gf2m.pl39 &asm_init($ARGV[0],$0,$x86only = $ARGV[$#ARGV] eq "386");
42 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
/freebsd-11-stable/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";

Completed in 293 milliseconds

123456