HomeSort by relevance Sort by last modified time
    Searched defs:parsefloat (Results 1 - 3 of 3) sorted by null

  /bionic/libc/stdio/
parsefloat.c 40 size_t parsefloat(FILE *fp, char *buf, char *end) { function
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfscanf.c 118 static int parsefloat(FILE *, char *, char *);
843 if ((width = parsefloat(fp, buf, buf + width)) == 0)
983 parsefloat(FILE *fp, char *buf, char *end) function
vfwscanf.c 116 static int parsefloat(FILE *, wchar_t *, wchar_t *);
725 if ((width = parsefloat(fp, buf, buf + width)) == 0)
762 parsefloat(FILE *fp, wchar_t *buf, wchar_t *end) function

Completed in 98 milliseconds