Home
last modified time | relevance | path

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

/arch/mips/sibyte/common/
Dcfe.c170 char *tmp, *endptr; in initrd_setup() local
196 initrd_size = simple_strtoul(str, &endptr, 16); in initrd_setup()
197 if (*endptr) { in initrd_setup()
202 initrd_start = simple_strtoul(tmp, &endptr, 16); in initrd_setup()
203 if (*endptr) { in initrd_setup()
/arch/um/drivers/
Dvector_user.c387 char *endptr; in strtofd() local
393 fd = strtol(nptr, &endptr, 10); in strtofd()
394 if (nptr == endptr || in strtofd()
396 *endptr != '\0' || in strtofd()