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

/freebsd-12-stable/lib/libc/stdio/
H A Dputchar.c60 /* Orientation set by __sputc() when buffer is full. */
62 retval = __sputc(c, so);
71 return (__sputc(ch, stdout));
H A Dputc.c55 /* Orientation set by __sputc() when buffer is full. */
57 retval = __sputc(c, fp);
66 return (__sputc(ch, fp));
H A Dfputc.c53 /* Orientation set by __sputc() when buffer is full. */
55 return (__sputc(c, fp));
H A Dfputwc.c64 if (__sputc((unsigned char)buf[i], fp) == EOF)
/freebsd-12-stable/include/
H A Dstdio.h465 static __inline int __sputc(int _c, FILE *_p) { function
475 #define __sputc(c, p) \ macro
507 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp))
521 #define fputc_unlocked(s, p) __sputc(s, p)
525 #define putc_unlocked(x, fp) __sputc(x, fp)
/freebsd-12-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c76 static int __sputc(char c, void *arg);
615 ret = __printf(fmt, __sputc, &sp, ap);
730 __sputc(char c, void *arg) function
/freebsd-12-stable/stand/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 125 milliseconds