Searched refs:nptr (Results 1 – 1 of 1) sorted by relevance
385 static int strtofd(const char *nptr) in strtofd() argument390 if (nptr == NULL) in strtofd()394 fd = strtol(nptr, &endptr, 10); in strtofd()395 if (nptr == endptr || in strtofd()