Searched refs:__flsbuf (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | putc.c | 58 ret = __flsbuf((unsigned char) ch, iop); 72 return (__flsbuf((unsigned char) ch, iop));
|
H A D | _flsbuf.c | 32 #pragma weak __flsbuf = _flsbuf macro 63 * __flsbuf via putc because of no room
|
H A D | fwrite.c | 91 else if (__flsbuf(*dptr++, iop) == EOF)
|
/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/head/iso/ |
H A D | stdio_iso.h | 266 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 D | stdio.h | 143 using std::__flsbuf; 374 ? __flsbuf((x), (p)) \
|
/illumos-gate/usr/src/tools/tokenize/ |
H A D | forth_preload.c | 120 { "__flsbuf", 0 }, 236 ipose(__flsbuf)
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | stdiom.h | 148 extern int __flsbuf(int, FILE *);
|
Completed in 88 milliseconds