Searched refs:getc_unlocked (Results 1 – 3 of 3) sorted by relevance
40 #undef getc_unlocked43 getc_unlocked(FILE *fp) in getc_unlocked() function
44 return (getc_unlocked(stdin)); in getchar_unlocked()
325 int getc_unlocked(FILE *);432 #define getc_unlocked(fp) __sgetc(fp) macro445 #define getchar_unlocked() getc_unlocked(stdin)