Searched refs:argto2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c95 #define argto2(arg, lo, msg) argtou(arg, lo, 0xffff, msg) macro
301 opt_S = argto2(optarg, 1, "bytes/sector");
315 opt_e = argto2(optarg, 1, "directory entries");
321 opt_h = argto2(optarg, 1, "drive heads");
324 opt_i = argto2(optarg, 1, "info sector");
327 opt_k = argto2(optarg, 1, "backup sector");
341 opt_r = argto2(optarg, 1, "reserved sectors");
347 opt_u = argto2(optarg, 1, "sectors/track");

Completed in 50 milliseconds