Home
last modified time | relevance | path

Searched refs:_findbuf (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_wrtchk.c53 if (iop->_base == NULL && _findbuf(iop) == NULL) in _wrtchk()
H A Dungetc.c59 if (_findbuf(iop) == 0) in _ungetc_unlocked()
H A Dgets.c63 if ((bufend = _findbuf(stdin)) == 0) { in gets()
H A D_filbuf.c74 if ((endbuf = _findbuf(iop)) == 0) { in _filbuf()
H A D_findbuf.c56 _findbuf(FILE *iop) in _findbuf() function
H A Dfgets.c63 if ((bufend = _findbuf(iop)) == NULL) { in fgets()
H A DREADME.design130 first used, the buffer will be assigned by a call to _findbuf() in
131 _findbuf.c.
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h96 extern Uchar *_findbuf(FILE *iop);
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.alt.in45 …ction|__threaded|_bufsync|_cerror|_dgettext|_doprnt|_doscan|_ecvt|_fcvt|_findbuf|_findiop|_getsp|_…
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h215 extern Uchar *_findbuf(FILE *iop);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c505 if (_findbuf(fp) == NULL) { in open_conf()
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c263 if (iop->_base == 0 && _findbuf(iop) == 0) in _doprnt()
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com660 _findbuf.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com692 _findbuf.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile642 _findbuf.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com716 _findbuf.o \
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c560 if (_findbuf(iop) == 0) in _ndoprnt()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3847 _findbuf;