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

/linux-master/kernel/
H A Dsysctl.c290 * strtoul_lenient - parse an ASCII formatted integer from a buffer and only
304 static int strtoul_lenient(const char *cp, char **endp, unsigned int base, function
366 if (strtoul_lenient(p, &p, 0, val))

Completed in 153 milliseconds