Searched refs:getc_unlocked (Results 1 – 7 of 7) sorted by relevance
109 FUNCTION(getc_unlocked, int (*f)(FILE*)); in stdio_h()
760 return getc_unlocked(fp); in fgetc_unlocked()855 return getc_unlocked(fp); in getc()858 int getc_unlocked(FILE* fp) { in getc_unlocked() function864 return getc_unlocked(stdin); in getchar_unlocked()
279 int getc_unlocked(FILE* __fp);
325 getc_unlocked
426 getc_unlocked;
2598 ASSERT_EQ('a', getc_unlocked(fp)); in TEST()