HelenOS sources
fgetc 104 uspace/app/bdsh/cmds/builtins/batch/batch.c int c = fgetc(batch);
fgetc 131 uspace/app/bdsh/cmds/builtins/batch/batch.c c = fgetc(batch);
fgetc 76 uspace/app/tester/stdio/stdio1.c int c = fgetc(file);
fgetc 71 uspace/app/tester/stdio/stdio2.c int c = fgetc(file);
fgetc 835 uspace/lib/c/generic/io/io.c c = fgetc(stream);
fgetc 857 uspace/lib/c/generic/io/io.c return fgetc(stdin);
fgetc 424 uspace/lib/c/generic/stdio/scanf.c c = fgetc(f);
fgetc 99 uspace/lib/c/include/stdio.h extern int fgetc(FILE *);
fgetc 105 uspace/lib/c/include/stdio.h return fgetc(f);
fgetc 200 uspace/lib/cpp/include/__bits/io/fstream.hpp auto c = fgetc(file_);
fgetc 82 uspace/lib/cpp/include/__bits/io/streambufs.hpp auto c = fgetc(in_);
fgetc 110 uspace/lib/pcut/src/preproc.c int current_char = fgetc(input);
fgetc 99 uspace/lib/posix/include/libc/stdio.h extern int fgetc(FILE *);
fgetc 105 uspace/lib/posix/include/libc/stdio.h return fgetc(f);
fgetc 106 uspace/lib/posix/src/stdio.c int c = fgetc(stream); /* Current input character. Might be EOF. */
fgetc 145 uspace/lib/posix/src/stdio.c c = fgetc(stream);
fgetc 654 uspace/lib/sif/src/sif.c c = fgetc(f);
fgetc 684 uspace/lib/sif/src/sif.c c = fgetc(f);
fgetc 704 uspace/lib/sif/src/sif.c c = fgetc(f);
fgetc 743 uspace/lib/sif/src/sif.c c = fgetc(f);
fgetc 750 uspace/lib/sif/src/sif.c c = fgetc(f);
fgetc 760 uspace/lib/sif/src/sif.c c = fgetc(f);
fgetc 821 uspace/lib/sif/src/sif.c c = fgetc(f);
fgetc 958 uspace/lib/sif/src/sif.c c = fgetc(f);
fgetc 960 uspace/lib/sif/src/sif.c c = fgetc(f);
fgetc 967 uspace/lib/sif/src/sif.c c = fgetc(f);
fgetc 983 uspace/lib/sif/src/sif.c c = fgetc(f);
fgetc 997 uspace/lib/sif/src/sif.c c = fgetc(f);
fgetc 1006 uspace/lib/sif/src/sif.c c = fgetc(f);
HelenOS homepage, sources at GitHub