Home
last modified time | relevance | path

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

/arch/um/drivers/
Dvector_user.c385 static int strtofd(const char *nptr) in strtofd() argument
390 if (nptr == NULL) in strtofd()
394 fd = strtol(nptr, &endptr, 10); in strtofd()
395 if (nptr == endptr || in strtofd()