Searched refs:opt_l (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/tools/ |
H A D | fw_stub.awk | 90 opt_l = substr(ARGV[i], j + 1); 95 opt_l = ARGV[i]; 138 if (opt_l) { 139 printc("static long " opt_l "_license_ack = 0;"); 159 if (opt_l) { 161 TUNABLE_LONG_FETCH(\"legal." opt_l ".license_ack\", &" opt_l "_license_ack);\ 162 if (!" opt_l "_license_ack) {\ 163 …printf(\"" opt_m ": You need to read the LICENSE file in /usr/share/doc/legal/" opt_l ".LICENSE.\\… 164 …printf(\"" opt_m ": If you agree with the license, set legal." opt_l ".license_ack=1 in /boot/load…
|
H A D | makeobjops.awk | 369 opt_l = substr(ARGV[i], j + 1); 374 opt_l = ARGV[i]; 395 if (opt_l) { 396 if (opt_l !~ /^[0-9]+$/ || opt_l < 1) 397 die("Invalid line width '" opt_l "'"); 398 line_width = opt_l;
|
/freebsd/tests/sys/acl/ |
H A D | run | 45 use vars qw($opt_l $opt_v); 49 $opt_l = ~0; # a really huge number 81 last if $prog_line >= $opt_l;
|
/freebsd/crypto/openssl/util/ |
H A D | find-doc-nits | 37 our($opt_l); 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 ) { 1204 if ( $opt_l || $opt_u || $opt_v ); 1211 if ( $opt_l ) {
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 96 print LOG $msg if ($opt_l); 164 print LOG $msg if ($opt_l); 584 unless (!$opt_l || open(LOG, ">$PNAME.$$.log"));
|
/freebsd/usr.bin/sockstat/ |
H A D | sockstat.c | 92 static bool opt_l; /* Show listening sockets */ variable 515 if (opt_l && (sock->vflag & vflag) && in gather_sctp() 745 if ((xip->inp_fport == 0 && !opt_l) || in gather_inet() 756 if ((xip->inp_fport == 0 && !opt_l) || in gather_inet() 877 if ((xup->unp_conn == 0 && !opt_l) || in gather_unix() 1536 opt_l = true; in main() 1627 if (!opt_c && !opt_l) in main() 1628 opt_c = opt_l = true; in main()
|
/freebsd/usr.sbin/diskinfo/ |
H A D | diskinfo.c | 68 static int opt_c, opt_i, opt_l, opt_p, opt_s, opt_S, opt_t, opt_v, opt_w; variable 105 opt_l = 1; in main() 178 if (opt_l && (opt_p || opt_s)) { in main()
|