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

/osnet-11/usr/src/lib/libc/port/stdio/
H A D_wrtchk.c53 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) {
/osnet-11/usr/src/lib/libc/inc/
H A Dstdiom.h205 * Internal routines from _findbuf.c
207 extern Uchar *_findbuf(FILE *iop);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnsparse.c501 if (_findbuf(fp) == NULL) {
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com634 _findbuf.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com667 _findbuf.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com616 _findbuf.o \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile594 _findbuf.o \
/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c606 if (_findbuf(iop) == 0)
608 /* _findbuf leaves _cnt set to 0 which is the wrong thing to do */

Completed in 77 milliseconds