Searched refs:argto2 (Results 1 – 1 of 1) sorted by relevance
/openbsd/sbin/newfs_msdos/ |
H A D | newfs_msdos.c | 93 #define argto2(arg, lo, msg) argtou(arg, lo, 0xffff, msg) macro 285 opt_S = argto2(optarg, 1, "bytes/sector"); in main() 299 opt_e = argto2(optarg, 1, "directory entries"); in main() 305 opt_h = argto2(optarg, 1, "drive heads"); in main() 308 opt_i = argto2(optarg, 1, "info sector"); in main() 311 opt_k = argto2(optarg, 1, "backup sector"); in main() 327 opt_r = argto2(optarg, 1, "reserved sectors"); in main() 335 opt_u = argto2(optarg, 1, "sectors/track"); in main()
|