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()
40 size_t parsefloat(FILE *fp, char *buf, char *end) { in parsefloat() function
259 size_t parsefloat(FILE*, char*, char*);
706 if ((width = parsefloat(fp, buf, buf + width)) == 0) goto match_failure; in __svfscanf()
15 "stdio/parsefloat.c",