Searched refs:wparsefloat (Results 1 – 3 of 3) sorted by relevance
188 size_t wparsefloat(FILE *fp, wchar_t *buf, wchar_t *end) { in wparsefloat() function
260 size_t wparsefloat(FILE*, wchar_t*, wchar_t*);
613 if ((width = wparsefloat(fp, buf, buf + width)) == 0) goto match_failure; in __vfwscanf()