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