Searched refs:fscanf (Results 1 - 6 of 6) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/stdio/
H A Dfscanf.c5 int fscanf(FILE *restrict f, const char *restrict fmt, ...) function
15 weak_alias(fscanf, __isoc99_fscanf);
H A Dvfwscanf.c301 if (fscanf(f, tmp, dest?dest:&cnt, &cnt) == -1)
/seL4-camkes-master/projects/musllibc/src/misc/
H A Dmntent.c38 fscanf(f, "%*[^\n]%*[\n]");
/seL4-camkes-master/tools/cogent/cogent/examples/brutal/
H A Dbrutal.c80 while (fscanf(fp, "%s%d%d%d\n", buf, &a, &b, &c) == 4) {
H A Dbrutal_manual.c128 while (fscanf(fp, "%s%d%d%d\n", buf, &a, &b, &c) == 4) {
/seL4-camkes-master/projects/musllibc/include/
H A Dstdio.h113 int fscanf(FILE *__restrict, const char *__restrict, ...);

Completed in 45 milliseconds