Home
last modified time | relevance | path

Searched refs:_sobuf (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/libc/port/stdio/
H A D_findbuf.c74 buf = (fd == 0) ? _sibuf : _sobuf; /* special buffer */ in _findbuf()
H A Dsetbuf.c61 buf = (fno == 0) ? _sibuf : _sobuf; in setbuf()
H A Dsetvbuf.c61 buf = (fd == 0) ? _sibuf : _sobuf; in setvbuf()
H A Ddata.c54 Uchar _sibuf[BUFSIZ + _SMBFSZ], _sobuf[BUFSIZ + _SMBFSZ]; variable
/titanic_44/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c64 buf = (fno == 0) ? _sibuf : _sobuf; in setbuffer()
/titanic_44/usr/src/ucbhead/
H A Dstdio.h134 extern unsigned char _sibuf[], _sobuf[];
/titanic_44/usr/src/head/
H A Dstdio.h213 extern unsigned char _sibuf[], _sobuf[];
/titanic_44/usr/src/lib/libc/port/
H A Dmapfile-vers1740 _sobuf;