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

/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dsetbuf.c37 extern unsigned char (*_smbuf)[_SBFSIZ];
53 iop->_base = _smbuf[fno];
H A Dflsbuf.c41 extern unsigned char (*_smbuf)[_SBFSIZ];
235 iop->_base = _smbuf[fno];
256 iop->_base = _smbuf[fno];
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dsetbuffer.c43 extern unsigned char (*_smbuf)[_SBFSIZ];
56 iop->_base = _smbuf[fno];
H A Dfindiop.c41 unsigned char (*_smbuf)[_SBFSIZ] = sbuf; variable
98 if((_smbuf = (unsigned char (*)[_SBFSIZ])malloc(nfiles * sizeof *_smbuf)) == NULL) {
H A Dsetvbuf.c36 extern unsigned char (*_smbuf)[_SBFSIZ];
58 iop->_base = _smbuf[fno];
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dsetbuf.c37 extern unsigned char (*_smbuf)[_SBFSIZ];
53 iop->_base = _smbuf[fno];
H A Dflsbuf.c38 extern unsigned char (*_smbuf)[_SBFSIZ];
240 iop->_base = _smbuf[fno];
261 iop->_base = _smbuf[fno];
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c47 extern Uchar _smbuf[][_NFILE];
67 buf = _smbuf[fno];
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddata.c55 Uchar _smbuf[_NFILE + 1][_SMBFSZ] = {0}; /* shared library compatibility */ variable
103 { 0, _smbuf[2] + _SBFSIZ, RECURSIVEMUTEX, DEFAULTMBSTATE }, /* stderr */
130 Uchar *_bufendtab[_NFILE+1] = { NULL, NULL, _smbuf[2] + _SBFSIZ, };
H A D_findbuf.c67 buf = _smbuf[fd];
H A Dsetbuf.c65 buf = _smbuf[fno];
H A Dsetvbuf.c66 buf = _smbuf[fd];
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h133 extern Uchar _smbuf[][_SMBFSZ];

Completed in 63 milliseconds