Searched refs:putc_unlocked (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/stdio/ |
D | stdio.cpp | 822 return putc_unlocked(c, fp); in fputc_unlocked() 897 return putc_unlocked(c, fp); in putc() 900 int putc_unlocked(int c, FILE* fp) { in putc_unlocked() function 918 return putc_unlocked(c, stdout); in putchar_unlocked() 925 putc_unlocked('\n', stdout) != EOF) ? 0 : EOF; in puts()
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 122 FUNCTION(putc_unlocked, int (*f)(int, FILE*)); in stdio_h()
|
/bionic/libc/include/ |
D | stdio.h | 272 int putc_unlocked(int __ch, FILE* _Nonnull __fp);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 821 putc_unlocked
|
/bionic/libc/ |
D | libc.map.txt | 834 putc_unlocked;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 834 putc_unlocked;
|
/bionic/tests/ |
D | stdio_test.cpp | 2623 ASSERT_NE(EOF, putc_unlocked('a', fp)); in TEST()
|