Searched refs:__sputc (Results 1 - 2 of 2) sorted by path

/openbsd-current/include/
H A Dstdio.h391 static __inline int __sputc(int _c, FILE *_p) { function
420 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp))
430 #define putc_unlocked(x, fp) __sputc(x, fp)
/openbsd-current/lib/libc/stdio/
H A Dputc.c48 return (__sputc(c, fp));

Completed in 155 milliseconds