Home
last modified time | relevance | path

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

/third_party/musl/src/stdio/
H A Dvfscanf.c24 extern int parsefloat(FILE *f, char *buf, char *end);
317 int count = parsefloat(f, buf, buf + width); in vfscanf()
/third_party/musl/porting/linux/user/src/stdio/
H A Dvfscanf.c24 extern int parsefloat(FILE *f, char *buf, char *end);
317 int count = parsefloat(f, buf, buf + width); in vfscanf()
/third_party/FreeBSD/lib/libc/stdio/
H A Dparsefloat.c46 int parsefloat(FILE *f, char *buf, char *end) in parsefloat() function

Completed in 3 milliseconds