Home
last modified time | relevance | path

Searched refs:putc_unlocked (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/stdio/
Dputc.c41 #undef putc_unlocked
44 putc_unlocked(int c, FILE *fp) in putc_unlocked() function
64 ret = putc_unlocked(c, fp); in putc()
Dputchar.c45 return (putc_unlocked(c, so)); in putchar_unlocked()
/bionic/libc/include/
Dstdio.h322 int putc_unlocked(int, FILE *);
433 #define putc_unlocked(x, fp) __sputc(x, fp) macro
441 #define putchar_unlocked(c) putc_unlocked(c, stdout)