Searched defs:ustrtoul (Results 1 - 2 of 2) sorted by relevance

/drivers/mtd/devices/
H A Dphram.c144 static int ustrtoul(const char *cp, char **endp, unsigned int base) function
167 n = ustrtoul(token, &endp, 0);
H A Dblock2mtd.c301 static int ustrtoul(const char *cp, char **endp, unsigned int base) function
329 n = (size_t) ustrtoul(token, &endp, 0);

Completed in 415 milliseconds