Searched defs:__sputc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/include/
H A Dstdio.h463 static __inline int __sputc(int _c, FILE *_p) { 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)
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c74 static int __sputc(char c, void *arg);
589 ret = __printf(fmt, __sputc, &sp, ap);
704 __sputc(char c, void *arg) function

Completed in 45 milliseconds