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

/freebsd-9.3-release/lib/libc/stdio/
H A Dputc.c55 /* Orientation set by __sputc() when buffer is full. */
57 retval = __sputc(c, fp);
66 return (__sputc(ch, fp));
H A Dputchar.c59 /* Orientation set by __sputc() when buffer is full. */
61 retval = __sputc(c, so);
70 return (__sputc(ch, stdout));
H A Dfputc.c52 /* Orientation set by __sputc() when buffer is full. */
54 retval = __sputc(c, fp);
H A Dfputwc.c72 if (__sputc((unsigned char)buf[i], fp) == EOF)
/freebsd-9.3-release/include/
H A Dstdio.h459 static __inline int __sputc(int _c, FILE *_p) { function
469 #define __sputc(c, p) \ macro
498 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp))
515 #define putc_unlocked(x, fp) __sputc(x, fp)
/freebsd-9.3-release/sys/boot/powerpc/boot1.chrp/
H A Dboot1.c76 static int __sputc(char c, void *arg);
610 ret = __printf(fmt, __sputc, &sp, ap);
725 __sputc(char c, void *arg) function
/freebsd-9.3-release/sys/boot/sparc64/boot1/
H A Dboot1.c74 static int __sputc(char c, void *arg);
590 ret = __printf(fmt, __sputc, &sp, ap);
705 __sputc(char c, void *arg) function

Completed in 65 milliseconds