Searched refs:_findbuf (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dungetc.c46 _findbuf(iop);
/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_wrtchk.c55 if (iop->_base == NULL && _findbuf(iop) == NULL)
H A Dungetc.c61 if (_findbuf(iop) == 0)
H A D_filbuf.c77 if ((endbuf = _findbuf(iop)) == 0) /* get buffer and */
H A D_findbuf.c52 _findbuf(FILE *iop) function
H A Dfgets.c65 if ((bufend = _findbuf(iop)) == NULL) {
H A Dgets.c65 if ((bufend = _findbuf(stdin)) == 0) {
/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dfilbuf.c37 extern void _findbuf();
60 _findbuf(iop);
H A Dflsbuf.c43 void _findbuf(FILE *);
212 _findbuf(iop);
221 * _findbuf, called only when iop->_base == NULL, locates a predefined buffer
227 _findbuf(FILE *iop) function
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dfilbuf.c36 extern void _findbuf();
59 _findbuf(iop);
H A Dflsbuf.c40 void _findbuf(FILE *);
217 _findbuf(iop);
226 * _findbuf, called only when iop->_base == NULL, locates a predefined buffer
232 _findbuf(FILE *iop) function
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h96 * Internal routines from _findbuf.c
98 extern Uchar *_findbuf(FILE *iop);
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h207 * Internal routines from _findbuf.c
209 extern Uchar *_findbuf(FILE *iop);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c504 if (_findbuf(fp) == NULL) {
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c265 if (iop->_base == 0 && _findbuf(iop) == 0)
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com665 _findbuf.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com642 _findbuf.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile618 _findbuf.o \
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c599 if (_findbuf(iop) == 0)
601 /* _findbuf leaves _cnt set to 0 which is the wrong thing to do */
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com699 _findbuf.o \

Completed in 82 milliseconds