Searched refs:argto2 (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sbin/newfs_msdos/ |
| D | newfs_msdos.c | 100 #define argto2(arg, lo, msg) argtou(arg, lo, 0xffff, msg) macro 296 opt_S = argto2(optarg, 1, "bytes/sector"); in main() 310 opt_e = argto2(optarg, 1, "directory entries"); in main() 316 opt_h = argto2(optarg, 1, "drive heads"); in main() 319 opt_i = argto2(optarg, 1, "info sector"); in main() 322 opt_k = argto2(optarg, 1, "backup sector"); in main() 338 opt_r = argto2(optarg, 1, "reserved sectors"); in main() 346 opt_u = argto2(optarg, 1, "sectors/track"); in main()
|