Searched refs:getc_unlocked (Results 1 – 4 of 4) sorted by relevance
58 #undef getc_unlocked78 getc_unlocked(FILE *fp) in getc_unlocked() function
1465 int getc_unlocked (FILE *);1614 #define getc_unlocked(fp) __sgetc(fp) macro1617 #define getchar_unlocked() getc_unlocked(stdin)
30 #define GETC(f) getc_unlocked(f)