Home
last modified time | relevance | path

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

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