Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dputc.c63 return (__flsbuf((unsigned char) ch, iop)); in putc_unlocked()
72 return (__flsbuf((unsigned char) ch, iop)); in _putc_internal()
H A D_flsbuf.c30 #pragma weak __flsbuf = _flsbuf macro
H A Dfwrite.c89 else if (__flsbuf(*dptr++, iop) == EOF) in _fwrite_unlocked()
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h266 extern int __flsbuf(int, FILE *);
282 return (--_p->_cnt < 0 ? __flsbuf(_x, _p) in putc()
287 #define putc(x, p) (--(p)->_cnt < 0 ? __flsbuf((x), (p)) \
/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/lib/libc/inc/
H A Dstdiom.h157 extern int __flsbuf(int, FILE *);
/illumos-gate/usr/src/head/
H A Dstdio.h143 using std::__flsbuf;
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2619 __flsbuf;