Searched refs:parsefloat (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/lib/libc/stdio/ |
H A D | vfwscanf.c | 106 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 D | vfscanf.c | 112 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 D | ChangeLog | 3243 (\parsefloat): take additional optional arg for xref label.
|