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

/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dputchar.c62 r = __sputc(c, fp);
71 return (__sputc(c, stdout));
H A Dputc.c66 r = __sputc(c, fp);
79 return (__sputc(c, fp));
H A Dfputc.c60 r = __sputc(c, fp);
/netbsd-6-1-5-RELEASE/include/
H A Dstdio.h453 static __inline int __sputc(int _c, FILE *_p) { function
463 #define __sputc(c, p) \
486 #define putc(x, fp) __sputc(x, fp)
510 #define putc_unlocked(x, fp) __sputc(x, fp)

Completed in 153 milliseconds