Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dputchar.c36 #undef putchar_unlocked
41 putchar_unlocked(int c) in putchar_unlocked() function
/bionic/libc/include/
Dstdio.h327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro