Searched defs:parsefloat (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwscanf.c114 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
H A Dvfscanf.c118 static int parsefloat(FILE *, char *, char *);
842 if ((width = parsefloat(fp, buf, buf + width)) == 0)
986 parsefloat(FILE *fp, char *buf, char *end) function

Completed in 35 milliseconds