Searched refs:getc_unlocked (Results 1 – 7 of 7) sorted by relevance
109 FUNCTION(getc_unlocked, int (*f)(FILE*)); in stdio_h()
762 return getc_unlocked(fp); in fgetc_unlocked()860 return getc_unlocked(fp); in getc()863 int getc_unlocked(FILE* fp) { in getc_unlocked() function869 return getc_unlocked(stdin); in getchar_unlocked()
279 int getc_unlocked(FILE* __fp);
325 getc_unlocked
426 getc_unlocked;
2554 ASSERT_EQ('a', getc_unlocked(fp)); in TEST()