Home
last modified time | relevance | path

Searched refs:getc_unlocked (Results 1 – 7 of 7) sorted by relevance

/bionic/tests/headers/posix/
Dstdio_h.c109 FUNCTION(getc_unlocked, int (*f)(FILE*)); in stdio_h()
/bionic/libc/stdio/
Dstdio.cpp762 return getc_unlocked(fp); in fgetc_unlocked()
860 return getc_unlocked(fp); in getc()
863 int getc_unlocked(FILE* fp) { in getc_unlocked() function
869 return getc_unlocked(stdin); in getchar_unlocked()
/bionic/libc/include/
Dstdio.h279 int getc_unlocked(FILE* __fp);
/bionic/libc/tools/
Dposix-2013.txt325 getc_unlocked
/bionic/tools/versioner/platforms/
Dlibc.map.txt426 getc_unlocked;
/bionic/libc/
Dlibc.map.txt426 getc_unlocked;
/bionic/tests/
Dstdio_test.cpp2554 ASSERT_EQ('a', getc_unlocked(fp)); in TEST()