Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libc/port/stdio/
H A Dputc.c69 putc_unlocked(int ch, FILE *iop) in putc_unlocked() function
/titanic_52/usr/src/head/
H A Dstdio.h373 #define putc_unlocked(x, p) (--(p)->_cnt < 0 \ macro
/titanic_52/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dstdio_c99.c109 putc_unlocked(int c, Sfio_t* sp) in putc_unlocked() function
/titanic_52/usr/src/boot/include/
H A Dstdio.h519 #define putc_unlocked(x, fp) __sputc(x, fp) macro