Lines Matching full:getc_unlocked
76 int getc_unlocked (FILE *); 1465 int getc_unlocked (FILE *); 1614 #define getc_unlocked(fp) __sgetc(fp) 1617 #define getchar_unlocked() getc_unlocked(stdin)