Searched refs:parsefloat (Results 1 – 5 of 5) sorted by relevance
75 size_t actual_len = parsefloat(&f, ascii_str, ascii_str + max_len); in wcstod()
259 size_t parsefloat(FILE*, char*, char*);
40 size_t parsefloat(FILE *fp, char *buf, char *end) { in parsefloat() function
706 if ((width = parsefloat(fp, buf, buf + width)) == 0) goto match_failure; in __svfscanf()
33 "stdio/parsefloat.c",