Searched refs:getc_unlocked (Results 1 – 8 of 8) sorted by relevance
59 #undef getc_unlocked62 __strong_reference(fgetc, getc_unlocked);65 int getc_unlocked(FILE *stream) { return fgetc(stream); } in getc_unlocked() function
371 int getc_unlocked (FILE *);378 #define getc_unlocked(f) fgetc(f) macro
69 #undef getc_unlocked72 getc_unlocked ( in getc_unlocked() function
76 return getc_unlocked ( stdin ); in getchar_unlocked()
88 if ((ch = getc_unlocked (fp)) == EOF) in __getdelim()
511 int getc_unlocked (FILE *);791 #define getchar_unlocked() getc_unlocked(stdin)
76 * Function getc_unlocked:: Get a character from a file or stream (macro)
18249 * libc/include/stdio.h: Add declarations for getc_unlocked,