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

/netbsd-current/lib/libc/stdio/
H A Dputchar.c61 r = __sputc(c, fp);
69 return __sputc(c, stdout);
H A Dputc.c62 r = __sputc(c, fp);
71 return __sputc(c, fp);
H A Dfputc.c56 r = __sputc(c, fp);
/netbsd-current/include/
H A Dstdio.h462 static __inline int __sputc(int _c, FILE *_p) { function
472 #define __sputc(c, p) \
495 #define putc(x, fp) __sputc(x, fp)
522 #define putc_unlocked(x, fp) __sputc(x, fp)
/netbsd-current/distrib/utils/libhack/
H A Dmultibyte.c168 return __sputc(wc & 0xFF, stream);

Completed in 170 milliseconds