Searched defs:putc_unlocked (Results 1 - 3 of 3) sorted by relevance

/src/tools/compat/
H A Dputc_unlocked.c41 putc_unlocked(int c, FILE *stream) function in typeref:typename:int
/src/lib/libc/stdio/
H A Dputc.c68 putc_unlocked(int c, FILE *fp) function in typeref:typename:int
/src/include/
H A Dstdio.h522 #define putc_unlocked(x, fp) __sputc(x, fp) macro

Completed in 3 milliseconds