Searched refs:__flsbuf (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | putc.c | 63 return (__flsbuf((unsigned char) ch, iop)); in putc_unlocked() 72 return (__flsbuf((unsigned char) ch, iop)); in _putc_internal()
|
H A D | _flsbuf.c | 30 #pragma weak __flsbuf = _flsbuf macro
|
H A D | fwrite.c | 89 else if (__flsbuf(*dptr++, iop) == EOF) in _fwrite_unlocked()
|
/illumos-gate/usr/src/head/iso/ |
H A D | stdio_iso.h | 266 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 D | stdio.h | 209 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 D | stdiom.h | 157 extern int __flsbuf(int, FILE *);
|
/illumos-gate/usr/src/head/ |
H A D | stdio.h | 143 using std::__flsbuf;
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2717 __flsbuf;
|