Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfputc.c11 #undef fputc_unlocked
74 strong_alias(__fputc_unlocked,fputc_unlocked)
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdio.h541 extern int fputc_unlocked (int __c, FILE *__stream);
912 #define fputc_unlocked(_ch, _fp) __FPUTC_UNLOCKED(_ch, _fp) macro

Completed in 3 milliseconds