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

/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c94 #define argto1(arg, lo, msg) argtou(arg, lo, 0xff, msg)
95 #define argto2(arg, lo, msg) argtou(arg, lo, 0xffff, msg)
96 #define argto4(arg, lo, msg) argtou(arg, lo, 0xffffffff, msg)
97 #define argtox(arg, lo, msg) argtou(arg, lo, UINT_MAX, msg)
226 static u_int argtou(const char *, u_int, u_int, const char *);
920 argtou(const char *arg, u_int lo, u_int hi, const char *msg) function

Completed in 47 milliseconds