Searched refs:__flsbuf (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dputc.c58 ret = __flsbuf((unsigned char) ch, iop);
72 return (__flsbuf((unsigned char) ch, iop));
H A D_flsbuf.c32 #pragma weak __flsbuf = _flsbuf macro
63 * __flsbuf via putc because of no room
H A Dfwrite.c91 else if (__flsbuf(*dptr++, iop) == EOF)
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h209 extern int __flsbuf(int, FILE *);
234 #define putc(x, p) (--(p)->_cnt < 0 ? __flsbuf((x), (p)) \
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h266 extern int __flsbuf(int, FILE *);
282 return (--_p->_cnt < 0 ? __flsbuf(_x, _p)
287 #define putc(x, p) (--(p)->_cnt < 0 ? __flsbuf((x), (p)) \
/illumos-gate/usr/src/head/
H A Dstdio.h143 using std::__flsbuf;
374 ? __flsbuf((x), (p)) \
/illumos-gate/usr/src/tools/tokenize/
H A Dforth_preload.c120 { "__flsbuf", 0 },
236 ipose(__flsbuf)
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h148 extern int __flsbuf(int, FILE *);

Completed in 47 milliseconds