Lines Matching defs:endptr
240 char *endptr;245 *v = strtoll(str, &endptr, 0);248 for (; *endptr; endptr++)249 if (!isspace(*endptr))266 char *endptr;271 *v = strtoull(str, &endptr, 0);274 for (; *endptr; endptr++)275 if (!isspace(*endptr))