Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/stdio/
H A Dvfwscanf.c106 static int parsefloat(FILE *, wchar_t *, wchar_t *, locale_t);
728 if ((width = parsefloat(fp, buf, buf + width, loc)) == 0) in __vfwscanf_unlocked_l()
763 parsefloat(FILE *fp, wchar_t *buf, wchar_t *end, locale_t loc) in parsefloat() function
H A Dvfscanf.c112 static size_t parsefloat(FILE *, char *, char *, locale_t);
821 if ((width = parsefloat(fp, buf, buf + width, loc)) == 0) in __svfscanf_unlocked_l()
961 parsefloat(FILE *fp, char *buf, char *end, locale_t loc) in parsefloat() function
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog3243 (\parsefloat): take additional optional arg for xref label.