Home
last modified time | relevance | path

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

/aosp12/bionic/tests/headers/posix/
H A Dstdio_h.c109 FUNCTION(getc_unlocked, int (*f)(FILE*)); in stdio_h()
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp760 return getc_unlocked(fp); in fgetc_unlocked()
855 return getc_unlocked(fp); in getc()
858 int getc_unlocked(FILE* fp) { in getc_unlocked() function
864 return getc_unlocked(stdin); in getchar_unlocked()
/aosp12/bionic/libc/include/
H A Dstdio.h279 int getc_unlocked(FILE* __fp);
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt325 getc_unlocked
/aosp12/bionic/libc/
H A Dlibc.map.txt426 getc_unlocked;
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt426 getc_unlocked;
/aosp12/bionic/tests/
H A Dstdio_test.cpp2598 ASSERT_EQ('a', getc_unlocked(fp)); in TEST()