Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/stdio/
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/
Dparsefloat.c45 int parsefloat(FILE *f, char *buf, char *end) in parsefloat() function
/third_party/musl/
Dmusl_src.gni2255 "$FREEBSD_DIR/lib/libc/stdio/parsefloat.c",