Searched refs:getc_unlocked (Results 1 – 17 of 17) sorted by relevance
44 #undef getc_unlocked57 getc_unlocked(FILE *fp) in getc_unlocked() function
66 getc_unlocked;
76 getc.3 getc_unlocked.3 \
101 # define getc(x) getc_unlocked (x)103 # define getc_unlocked(x) getc (x) macro
102 # define getc(x) getc_unlocked (x)104 # define getc_unlocked(x) getc (x) macro
309 int getc_unlocked(FILE *);495 #define getc_unlocked(fp) __sgetc(fp) macro498 #define getchar_unlocked() getc_unlocked(stdin)
99 # define getc getc_unlocked
84 # define getc(Stream) getc_unlocked (Stream)
99 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you158 /* Define to 1 if you have the `getc_unlocked' function. */
467 ch1 = getc_unlocked(f1); in bindiff()468 ch2 = getc_unlocked(f2); in bindiff()
83 # define getc(Stream) getc_unlocked (Stream)
515 c = getc_unlocked (stream); in get_char()
478 c = getc_unlocked (stream); in get_char()
87 # define getc(Stream) getc_unlocked (Stream)
700 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define1070 /* Define to 1 if you have the `getc_unlocked' function. */
91 # define getc(Stream) getc_unlocked (Stream)
209 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you