Searched refs:scanf (Results 1 – 4 of 4) sorted by relevance
5 int scanf(const char* restrict fmt, ...) { in scanf() function
108 int scanf(const char* __restrict, ...) __scanflike(1, 2);
239 - off-by-one error in scanf %n results240 - scanf failure to report EOF when scanning for literal text458 - scanf mishandling of "0" with "%x"470 - new scanf implementation - cleaner, faster, more correct529 - scanf and strtod wrongly treating "0.00000000001", etc. as 0764 - accept "nan(n-char-sequence)" in strtod/scanf family functions924 - %m allocation modifier for scanf940 - scanf losing characters on unbuffered streams and fmemopen streams984 - crashes in scanf on literal mismatches (regression from adding %m)1068 - crashes in scanf with invalid %m conversion specifiers[all …]
710 $(LOCAL_DIR)/src/stdio/scanf.c \
Completed in 8 milliseconds