Searched refs:opt_c (Results 1 – 1 of 1) sorted by relevance
243 u_int opt_F = 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0; in newfs_msdos_main() local312 opt_c = 0; in newfs_msdos_main()315 opt_c = argto1(optarg, 1, "sectors/cluster"); in newfs_msdos_main()468 if (opt_c) { in newfs_msdos_main()469 if (!powerof2(opt_c)) in newfs_msdos_main()470 errx(1, "sectors/cluster (%u) is not a power of 2", opt_c); in newfs_msdos_main()471 bpb.spc = opt_c; in newfs_msdos_main()