Searched refs:_flsbuf (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/stdio/
H A D_flsbuf.c28 NoN(_flsbuf)
37 _flsbuf(int c, Sfio_t* f)
39 STDIO_INT(f, "_flsbuf", int, (int, Sfio_t*), (c, f))
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dputc.c33 _flsbuf(*(unsigned char *)(p)->_ptr, p)) :\
34 _flsbuf((unsigned char)(x), p)))
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstdio.h71 _flsbuf(*(unsigned char *)(p)->_ptr, p)) :\
72 _flsbuf((unsigned char)(x), p)))
/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_flsbuf.c32 #pragma weak __flsbuf = _flsbuf
45 _flsbuf(int ch, FILE *iop) /* flush (write) buffer, save ch, */ function
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h165 _flsbuf(*(unsigned char *)(p)->_ptr, p)) :\
166 _flsbuf((unsigned char)(x), p)))
/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dflsbuf.c111 /* The routine _flsbuf may or may not actually flush the output buffer. If
114 * will consistently give control to _flsbuf, even if the buffer is far from
115 * full. _flsbuf, on seeing the "line-buffered" flag, determines whether the
119 * argument to _flsbuf is not flushed with the current buffer if the buffer
124 _flsbuf(unsigned char c, FILE *iop) function
146 /* The _wrtchk call is here rather than at the top of _flsbuf to re- */
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dflsbuf.c114 * The routine _flsbuf may or may not actually flush the output buffer. If
117 * will consistently give control to _flsbuf, even if the buffer is far from
118 * full. _flsbuf, on seeing the "line-buffered" flag, determines whether the
122 * argument to _flsbuf is not flushed with the current buffer if the buffer
127 _flsbuf(unsigned char c, FILE *iop) function
149 /* The _wrtchk call is here rather than at the top of _flsbuf to re- */
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com362 common/stdio/_flsbuf.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com666 _flsbuf.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com643 _flsbuf.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile619 _flsbuf.o \
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1196 /* _flsbuf.c */
1197 int _flsbuf(int ch, FILE *iop);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com700 _flsbuf.o \

Completed in 409 milliseconds