Home
last modified time | relevance | path

Searched refs:opt_l (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/tools/
HDfw_stub.awk90 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…
HDmakeobjops.awk373 opt_l = substr(ARGV[i], j + 1);
378 opt_l = ARGV[i];
399 if (opt_l) {
400 if (opt_l !~ /^[0-9]+$/ || opt_l < 1)
401 die("Invalid line width '" opt_l "'");
402 line_width = opt_l;
/freebsd-14-stable/tests/sys/acl/
HDrun45 use vars qw($opt_l $opt_v);
49 $opt_l = ~0; # a really huge number
81 last if $prog_line >= $opt_l;
/freebsd-14-stable/crypto/openssl/util/
HDfind-doc-nits37 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-14-stable/usr.bin/sockstat/
HDsockstat.c91 static int opt_l; /* Show listening sockets */ variable
514 if (opt_l && (sock->vflag & vflag) && in gather_sctp()
744 if ((xip->inp_fport == 0 && !opt_l) || in gather_inet()
755 if ((xip->inp_fport == 0 && !opt_l) || in gather_inet()
875 if ((xup->unp_conn == 0 && !opt_l) || in gather_unix()
1526 opt_l = 1; in main()
1617 if (!opt_c && !opt_l) in main()
1618 opt_c = opt_l = 1; in main()
/freebsd-14-stable/usr.sbin/diskinfo/
HDdiskinfo.c68 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()