Searched defs:simple_strtoul (Results 1 – 3 of 3) sorted by relevance
62 simple_strtoul(const char *cp, char **endp, unsigned int base) in simple_strtoul() function
89 #define simple_strtoul strtoul macro
198 #define simple_strtoul(...) strtoul(__VA_ARGS__) macro