Searched refs:parsefloat (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | vfscanf.c | 118 static int parsefloat(FILE *, char *, char *); 842 if ((width = parsefloat(fp, buf, buf + width)) == 0) 986 parsefloat(FILE *fp, char *buf, char *end) function
|
H A D | vfwscanf.c | 114 static int parsefloat(FILE *, wchar_t *, wchar_t *); 721 if ((width = parsefloat(fp, buf, buf + width)) == 0) 758 parsefloat(FILE *fp, wchar_t *buf, wchar_t *end) function
|
Completed in 44 milliseconds