Searched refs:fscanf (Results 1 – 4 of 4) sorted by relevance
5 int fscanf(FILE* restrict f, const char* restrict fmt, ...) { in fscanf() function
353 if (fscanf(f, tmp, dest ? dest : &cnt, &cnt) == -1) in vfwscanf()
109 int fscanf(FILE* __restrict, const char* __restrict, ...) __scanflike(2, 3);
672 $(LOCAL_DIR)/src/stdio/fscanf.c \
Completed in 6 milliseconds