Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/include/
H A Dstdio.h463 static __inline int __sputc(int _c, FILE *_p) { in __sputc() function
473 #define __sputc(c, p) \ macro
502 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp))
519 #define putc_unlocked(x, fp) __sputc(x, fp)