Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dsysctl.c304 static int strtoul_lenient(const char *cp, char **endp, unsigned int base, in strtoul_lenient() function
366 if (strtoul_lenient(p, &p, 0, val)) in proc_get_long()