Searched refs:getc (Results 1 – 25 of 27) sorted by relevance
12
58 #undef getc61 __strong_reference(fgetc, getc);64 int getc(FILE *stream) { return fgetc(stream); } in getc() function
40 return getc(stdin); in getchar()
45 if ((c = getc(stream)) == EOF) { in fgets()
49 int c = getc(stream); in getdelim()
121 c = getc(stream); in fread()
241 int getc(FILE *__stream);243 #define getc(__stream) fgetc(__stream) macro
82 # define GETC(s) getc(s)
76 #undef getc79 getc ( in getc() function
78 return getc ( stdin ); in getchar()
131 r = getc ( fp); in crlf_r()
366 int getc (FILE *);760 #define getc(_p) _sgetc( _p) macro787 #define getchar() getc(stdin)
75 * Function getc:: Get a character from a file or stream (macro)217 @include stdio/getc.def
69 'getc.c',
67 c = getc(f); in check_contents()71 c = getc(f); in check_contents()
49 ret = getc(stdin); in main()
70 c = getc(f); in check_contents()74 c = getc(f); in check_contents()
53 while ((c = getc(f)) != EOF) { in test_cmp()
232 int c = getc(f); in main()
45 getc (fp) in getc() function
24 pointers for putc, getc, which might be defined as follows:63 and getc functions described above, but not using any flush69 | _FDEV_SETUP_READ | Read | getc |71 | _FDEV_SETUP_RW | Read/Write | putc, getc |
24 reentrancy issue related to ungetc/getc.
247 controls whether getc/ungetc use atomic instruction sequences to249 getc and ungetc may corrupt the state of the input buffer.
84 | atomic-ungetc | true | Make getc/ungetc re-entrant using atomic operations …
550 if (getc(file) == EOF) in load_file()
968 2. Make getc/ungetc re-entrant. This feature, which is enabled by