Searched refs:opt_n (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/util/ |
H A D | echo.pl | 7 our $opt_n = 0; 12 print "\n" unless $opt_n;
|
H A D | find-doc-nits | 39 our($opt_n); 76 unless $opt_c or $opt_l or $opt_n or $opt_u or $opt_v; 1197 if ( $opt_n || $opt_l || $opt_u || $opt_v ) { 1198 my @files_to_read = ( $opt_n && @ARGV ) ? @ARGV : files(TAGS => 'manual'); 1207 if ( $opt_n ); 1215 if ( $opt_n ) {
|
/freebsd/contrib/bmake/mk/ |
H A D | newlog.sh | 193 opt_n=7 295 n=${2:-$opt_n} 330 n=${2:-$opt_n} 373 n=$opt_n
|
/freebsd/usr.sbin/ntp/scripts/ |
H A D | ntptrace | 8 use vars qw($opt_n); 15 $dodns = 0 if (defined($opt_n));
|
/freebsd/contrib/ntp/scripts/deprecated/ |
H A D | freq_adj.in | 6 use vars qw($opt_n); 84 if (defined($opt_n)) {
|
/freebsd/contrib/less/ |
H A D | mkutable | 11 use vars qw( $opt_f $opt_n ); 100 $type_ok = not $type_ok if $opt_n;
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | objects.pl | 14 our($opt_n); 130 if ( $opt_n ) {
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncu2openbsd | 47 our ( $opt_d, $opt_n, $opt_r, $opt_t, $opt_v, $opt_x, $opt_6 ); 149 rename $src, $dst unless ($opt_n); 190 remove_tree( $tree, $opt_v ? 1 : 0, 1 ) unless ($opt_n); 534 if ($opt_n) {
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 559 if ($opt_j || $opt_n || $opt_i) { 561 push(@dtrace_cmds, $dtrace_path) if ($opt_n);
|
/freebsd/usr.bin/sockstat/ |
H A D | sockstat.c | 93 static bool opt_n; /* Don't resolve UIDs to user names */ variable 1387 if (opt_n || in display() 1539 opt_n = true; in main()
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | printjob.c | 995 char buf[SPL_BUFSIZ], opt_c[4], opt_h[4], opt_n[4]; in sendfile() local 1057 strcpy(opt_n, "-n"); in sendfile() 1063 av[++narg] = opt_n; in sendfile()
|