Home
last modified time | relevance | path

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

/openbsd/sbin/newfs_msdos/
H A Dnewfs_msdos.c231 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 Dh2xs.PL597 $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 Dfuncs.h200 void opt_b(int, char *);
H A Doptfunc.c364 opt_b(int type, char *s) in opt_b() function
H A Dopttbl.c129 NUMBER|INIT_HANDLER, 64, &bufspace, opt_b,