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             716 uspace/lib/sif/src/sif.c 	c = fgetc(f);
fgetc             723 uspace/lib/sif/src/sif.c 		c = fgetc(f);
fgetc             733 uspace/lib/sif/src/sif.c 			c = fgetc(f);
fgetc             781 uspace/lib/sif/src/sif.c 	c = fgetc(f);
fgetc             915 uspace/lib/sif/src/sif.c 	c = fgetc(f);
fgetc             921 uspace/lib/sif/src/sif.c 	c = fgetc(f);
fgetc             936 uspace/lib/sif/src/sif.c 		c = fgetc(f);
fgetc             945 uspace/lib/sif/src/sif.c 	c = fgetc(f);
fgetc             951 uspace/lib/sif/src/sif.c 	c = fgetc(f);
fgetc             966 uspace/lib/sif/src/sif.c 		c = fgetc(f);
HelenOS homepage, sources at GitHub