Searched refs:opt_n (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/dtrace-147/DTTk/Bin/
H A Derrinfo68 $FILTER = "&& (execname == strstr(execname,\"$opt_n\")) || (\"$opt_n\" == strstr(\"$opt_n\",execname))" if defined $opt_n;
/macosx-10.10/dtrace-147/DTTk/
H A Derrinfo68 $FILTER = "&& (execname == strstr(execname,\"$opt_n\")) || (\"$opt_n\" == strstr(\"$opt_n\",execname))" if defined $opt_n;
/macosx-10.10/ntp-92/scripts/
H A Dntp-wait.in7 $opt_n = 1000; # How many tries before we give up? (10 min+)
18 for ($i = 0; $i < $opt_n; ++$i) {
H A Dfreq_adj.in6 use vars qw($opt_n);
84 if (defined($opt_n)) {
H A Dntptrace7 use vars qw($opt_n $opt_m);
15 $dodns = 0 if (defined($opt_n));
H A Dntptrace.in7 use vars qw($opt_n $opt_m);
15 $dodns = 0 if (defined($opt_n));
/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/eg/
H A Dnet-ssl-test4 use vars qw($opt_p $opt_n $opt_bench $opt_debug $opt_version
89 if($opt_n) {
90 $ENV{NO_PROXY} = $opt_n;
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/
H A Dyapp132 use vars qw ( $opt_n $opt_m $opt_V $opt_v $opt_o $opt_h $opt_s $opt_t $opt_b);
257 $opt_n = $opt_n ? 0 : 1;
271 linenumbers => $opt_n,
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dt_api.pl183 $T_testnum = $main'opt_n if (defined($main'opt_n));
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmk-ca-bundle.pl37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_l $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $opt_v $opt_w);
241 unless ($opt_n and -e $txt) {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dshtool202 opt_n=no
265 opt_n=no
763 if [ .$opt_n = .no ]; then
1371 if [ ".$opt_n" = .no ]; then
1382 if [ ".$opt_n" = .no ]; then
1403 if [ ".$opt_n" = .no ]; then
1425 if [ ".$opt_n" = .no ]; then
/macosx-10.10/apache-793/httpd/support/
H A Dapxs.in63 my $opt_n = '';
161 &usage if (not $opt_q and not ($opt_g and $opt_n) and not $opt_i and not $opt_c and not $opt_e);
166 $name = $opt_n if ($opt_n ne '');
/macosx-10.10/groff-38/groff/src/utils/afmtodit/
H A Dafmtodit.pl6055 our ($opt_a, $opt_d, $opt_e, $opt_i, $opt_m, $opt_n, $opt_s, $opt_v, $opt_x);
6432 if (!$opt_n && %ligatures) {
/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c356 static u_int opt_h, opt_i, opt_k, opt_m, opt_n, opt_o, opt_r; local
440 opt_n = argto1(optarg, 1, "number of FATs");
556 if (opt_n) {
557 if (opt_n > MAXNFT)
559 opt_n, MAXNFT);
560 bpb.nft = opt_n;

Completed in 224 milliseconds