Searched refs:opt_b (Results 1 – 5 of 5) sorted by relevance
/openbsd/sbin/newfs_msdos/ |
H A D | newfs_msdos.c | 231 static u_int opt_F, opt_I, opt_S, opt_a, opt_b, opt_c, opt_e; in main() local 291 opt_b = argtox(optarg, 1, "block size"); in main() 296 opt_b = 0; in main() 392 if (opt_b) { in main() 393 if (!powerof2(opt_b)) in main() 394 errx(1, "block size (%u) is not a power of 2", opt_b); in main() 395 if (opt_b < bpb.bps) in main() 397 opt_b, bpb.bps); in main() 398 if (opt_b > bpb.bps * MAXSPC) in main() 400 opt_b, bpb.bps * MAXSPC); in main() [all …]
|
/openbsd/gnu/usr.bin/perl/utils/ |
H A D | h2xs.PL | 597 $opt_b, 652 if( $opt_b ){ 653 usage "You cannot use -b and -m at the same time.\n" if ($opt_b && $opt_m); 654 $opt_b =~ /^v?(\d+)\.(\d+)\.(\d+)/ ||
|
/openbsd/usr.bin/less/ |
H A D | funcs.h | 200 void opt_b(int, char *);
|
H A D | optfunc.c | 364 opt_b(int type, char *s) in opt_b() function
|
H A D | opttbl.c | 129 NUMBER|INIT_HANDLER, 64, &bufspace, opt_b,
|