Home
last modified time | relevance | path

Searched refs:_smbuf (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/stdio/common/
H A Dfindiop.c41 unsigned char (*_smbuf)[_SBFSIZ] = sbuf; variable
98 if((_smbuf = (unsigned char (*)[_SBFSIZ])malloc(nfiles * sizeof *_smbuf)) == NULL) { in _f_morefiles()
H A Dsetbuffer.c43 extern unsigned char (*_smbuf)[_SBFSIZ];
56 iop->_base = _smbuf[fno]; in setbuffer()
H A Dsetvbuf.c36 extern unsigned char (*_smbuf)[_SBFSIZ];
58 iop->_base = _smbuf[fno];
/titanic_41/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]; in _findbuf()
256 iop->_base = _smbuf[fno]; in _findbuf()
/titanic_41/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]; in _findbuf()
261 iop->_base = _smbuf[fno]; in _findbuf()
/titanic_41/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 Dsetbuf.c65 buf = _smbuf[fno]; in setbuf()
H A D_findbuf.c67 buf = _smbuf[fd]; in _findbuf()
H A Dsetvbuf.c66 buf = _smbuf[fd]; in setvbuf()
/titanic_41/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c47 extern Uchar _smbuf[][_NFILE];
67 buf = _smbuf[fno]; in setbuffer()
/titanic_41/usr/src/lib/libc/inc/
H A Dstdiom.h133 extern Uchar _smbuf[][_SMBFSZ];
/titanic_41/usr/src/cmd/abi/appcert/etc/
H A Detc.alt.in45 …mmove|_memset|_mutex_unlock|_psignal|_realbufend|_setbufend|_siguhandler|_smbuf|_thr_getspecific|_…
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers2731 _smbuf;