Home
last modified time | relevance | path

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

/system/core/toolbox/
Dnewfs_msdos.c101 #define argto1(arg, lo, msg) argtou(arg, lo, 0xff, msg)
102 #define argto2(arg, lo, msg) argtou(arg, lo, 0xffff, msg)
103 #define argto4(arg, lo, msg) argtou(arg, lo, 0xffffffff, msg)
104 #define argtox(arg, lo, msg) argtou(arg, lo, UINT_MAX, msg)
229 static u_int argtou(const char *, u_int, u_int, const char *);
967 static u_int argtou(const char *arg, u_int lo, u_int hi, const char *msg) in argtou() function