Home
last modified time | relevance | path

Searched refs:scanf (Results 1 – 4 of 4) sorted by relevance

/third_party/ulib/musl/src/stdio/
A Dscanf.c5 int scanf(const char* restrict fmt, ...) { in scanf() function
/third_party/ulib/musl/include/
A Dstdio.h108 int scanf(const char* __restrict, ...) __scanflike(1, 2);
/third_party/ulib/musl/
A DWHATSNEW239 - off-by-one error in scanf %n results
240 - scanf failure to report EOF when scanning for literal text
458 - scanf mishandling of "0" with "%x"
470 - new scanf implementation - cleaner, faster, more correct
529 - scanf and strtod wrongly treating "0.00000000001", etc. as 0
764 - accept "nan(n-char-sequence)" in strtod/scanf family functions
924 - %m allocation modifier for scanf
940 - scanf losing characters on unbuffered streams and fmemopen streams
984 - crashes in scanf on literal mismatches (regression from adding %m)
1068 - crashes in scanf with invalid %m conversion specifiers
[all …]
A Dmusl-rules.mk710 $(LOCAL_DIR)/src/stdio/scanf.c \

Completed in 8 milliseconds