Home
last modified time | relevance | path

Searched refs:opt_b (Results 1 – 9 of 9) sorted by relevance

/freebsd/tools/tools/hcomp/
H A Dhcomp.pl34 our $opt_b;
74 rename($fn, "$fn.$opt_b")
75 if defined($opt_b);
/freebsd/usr.bin/whereis/
H A Dwhereis.c58 static int opt_a, opt_b, opt_m, opt_q, opt_s, opt_u, opt_x; variable
136 opt_b = 1; in scanopts()
263 if (!opt_b && !opt_m && !opt_s) in defaults()
264 opt_b = opt_m = opt_s = 1; in defaults()
394 opt_b = 0; in main()
397 if (opt_m + opt_b + opt_s == 0) in main()
437 if (opt_b) { in main()
/freebsd/contrib/sendmail/contrib/
H A Detrn.pl37 our ($opt_v, $opt_b);
52 my $boot_check = $opt_b;
H A Dmmuegel1809 if ($opt_b)
/freebsd/usr.bin/sockstat/
H A Dmain.c87 static bool opt_b; /* Show BBLog state */ variable
1324 if (opt_b && s->proto == &protos[TCP]) { in calculate_sock_column_widths()
1550 if (opt_b) { in display_sock()
1596 if (opt_b) in display_sock()
1708 if (opt_b) { in display()
1893 opt_b = true; in main()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl600 if ($opt_b) {
/freebsd/contrib/less/
H A Dopttbl.c232 O_NUMBER|O_INIT_HANDLER, 64, &bufspace, opt_b,
H A Doptfunc.c553 public void opt_b(int type, constant char *s) in opt_b() function
H A Dfuncs.h314 public void opt_b(int type, constant char *s);