Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Dcl-strtod.c66 char *c_end; in CL_STRTOD() local
67 DOUBLE c = C_STRTOD (nptr, &c_end); in CL_STRTOD()
68 if (end < c_end) in CL_STRTOD()
69 d = c, end = c_end; in CL_STRTOD()