Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dstdio_h.c123 FUNCTION(putchar_unlocked, int (*f)(int)); in stdio_h()
/bionic/libc/include/
Dstdio.h273 int putchar_unlocked(int __ch);
/bionic/libc/tools/
Dposix-2013.txt819 putchar_unlocked
/bionic/libc/stdio/
Dstdio.cpp917 int putchar_unlocked(int c) { in putchar_unlocked() function
/bionic/libc/
Dlibc.map.txt836 putchar_unlocked;
/bionic/tools/versioner/platforms/
Dlibc.map.txt836 putchar_unlocked;
/bionic/tests/
Dstdio_test.cpp2606 TEST(STDIO_TEST, putchar_unlocked) { in TEST() argument