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

/freebsd-9.3-release/usr.sbin/ntp/scripts/
H A Dntptrace9 use vars qw($opt_n);
16 $dodns = 0 if (defined($opt_n));
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Derrinfo69 $FILTER = "&& execname == \"$opt_n\"" if defined $opt_n;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Derrinfo69 $FILTER = "&& execname == \"$opt_n\"" if defined $opt_n;
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibswportwatch.pl150 if (defined $Getopt::Std::opt_n) { $cycle = $Getopt::Std::opt_n; }
/freebsd-9.3-release/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in6 use vars qw($opt_n);
84 if (defined($opt_n)) {
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl559 if ($opt_j || $opt_n || $opt_i) {
561 push(@dtrace_cmds, $dtrace_path) if ($opt_n);
/freebsd-9.3-release/gnu/usr.bin/cvs/contrib/
H A Deasy-import.pl23 $dont_do_it = "-n" if $opt_n;
/freebsd-9.3-release/contrib/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) {
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c242 u_int opt_e = 0, opt_h = 0, opt_i = 0, opt_k = 0, opt_m = 0, opt_n = 0; local
334 opt_n = argto1(optarg, 1, "number of FATs");
462 if (opt_n) {
463 if (opt_n > MAXNFT)
465 opt_n, MAXNFT);
466 bpb.bpbFATs = opt_n;
/freebsd-9.3-release/usr.sbin/lpr/lpd/
H A Dprintjob.c1006 char buf[SPL_BUFSIZ], opt_c[4], opt_h[4], opt_n[4]; local
1068 strcpy(opt_n, "-n");
1074 av[++narg] = opt_n;

Completed in 76 milliseconds