Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfputc.c13 #undef putc_unlocked
76 strong_alias(__fputc_unlocked,putc_unlocked)
A Dold_vfprintf.c158 #define PUTC(C,F) putc_unlocked((C),(F))
191 putc_unlocked(c, &f->f); in putc_unlocked_sprintf()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dstdio-CX.SUSv4.syms17 putc_unlocked
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdio.h549 extern int putc_unlocked (int __c, FILE *__stream);
907 #define putc_unlocked(_ch, _fp) __PUTC_UNLOCKED(_ch, _fp) macro

Completed in 8 milliseconds