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

/freebsd-9.3-release/tools/tools/hcomp/
H A Dhcomp.pl35 our $opt_b;
75 rename($fn, "$fn.$opt_b")
76 if defined($opt_b);
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibswportwatch.pl152 if (defined $Getopt::Std::opt_b) { $bytes_per_second = $Getopt::Std::opt_b; }
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Detrn.pl37 our ($opt_v, $opt_b);
52 my $boot_check = $opt_b;
/freebsd-9.3-release/usr.bin/whereis/
H A Dwhereis.c59 int opt_a, opt_b, opt_m, opt_q, opt_s, opt_u, opt_x; variable
139 opt_b = 1;
264 if (!opt_b && !opt_m && !opt_s)
265 opt_b = opt_m = opt_s = 1;
399 opt_b = 0;
402 if (opt_m + opt_b + opt_s == 0)
440 if (opt_b) {
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c241 u_int opt_F = 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0; local
307 opt_b = argtox(optarg, 1, "block size");
312 opt_b = 0;
444 if (opt_b) {
445 if (!powerof2(opt_b))
446 errx(1, "block size (%u) is not a power of 2", opt_b);
447 if (opt_b < bpb.bpbBytesPerSec)
449 opt_b, bpb.bpbBytesPerSec);
450 if (opt_b > bpb.bpbBytesPerSec * MAXSPC)
452 opt_b, bp
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl600 if ($opt_b) {
/freebsd-9.3-release/contrib/less/
H A Dfuncs.h207 public void opt_b ();
H A Doptfunc.c423 opt_b(type, s) function
H A Dopttbl.c146 NUMBER|INIT_HANDLER, 64, &bufspace, opt_b,

Completed in 102 milliseconds