Searched refs:getc_unlocked (Results 1 – 6 of 6) sorted by relevance
70 #undef getc_unlocked73 getc_unlocked ( in getc_unlocked() function
77 return getc_unlocked ( stdin ); in getchar_unlocked()
89 if ((ch = getc_unlocked (fp)) == EOF) in __getdelim()
513 int getc_unlocked (FILE *);794 #define getchar_unlocked() getc_unlocked(stdin)
76 * getc_unlocked:: Get a character from a file or stream (macro)
18249 * libc/include/stdio.h: Add declarations for getc_unlocked,