Home
last modified time | relevance | path

Searched refs:_base (Results 1 – 25 of 58) sorted by path

123

/illumos-gate/usr/src/boot/include/
H A Dstdio.h78 unsigned char *_base; member
/illumos-gate/usr/src/boot/sys/sys/
H A Dlinker.h246 extern caddr_t preload_search_next_name(caddr_t _base);
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dstdio148 #define _base _data
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dstdio148 #define _base _data
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dstdio148 #define _base _data
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dstdio148 #define _base _data
/illumos-gate/usr/src/cmd/bnu/
H A Dcntrl.c515 fp->_ptr = fp->_base; in cntrl()
678 fp->_ptr = fp->_base; in cntrl()
869 fp->_ptr = fp->_base; in cntrl()
1261 fp->_ptr = fp->_base; in cntrl()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dstdio87 #define _base _data
/illumos-gate/usr/src/head/
H A Dstdio_impl.h57 unsigned char *_base; /* the buffer */
/illumos-gate/usr/src/lib/libc/inc/
H A Dfile64.h84 unsigned char *_base; /* the buffer */ member
H A Dstdiom.h254 (iop->_base == 0) || \
255 (iop->_ptr == iop->_base && iop->_cnt == 0 && \
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dungetwc.c78 if (iop->_ptr <= iop->_base) { in __ungetwc_impl()
79 if (iop->_base == NULL) { in __ungetwc_impl()
83 if (iop->_ptr == iop->_base && iop->_cnt == 0) { in __ungetwc_impl()
85 } else if ((iop->_ptr - n) < (iop->_base - PUSHBACK)) { in __ungetwc_impl()
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c596 if (iop->_base == 0) { in _wndoprnt()
604 iop->_cnt = _bufend(iop) - iop->_base; in _wndoprnt()
H A Dsnprintf.c52 siop._base = siop._ptr = (unsigned char *)string; in snprintf()
72 siop._base = siop._ptr = tmpbuf; in snprintf()
H A Dsprintf.c50 siop._base = siop._ptr = (unsigned char *)string; in sprintf()
H A Dvsnprintf.c65 siop._base = siop._ptr = (unsigned char *)string; in _vsnprintf_c89()
85 siop._base = siop._ptr = tmpbuf; in _vsnprintf_c89()
H A Dvsprintf.c63 siop._base = siop._ptr = (unsigned char *)string; in _vsprintf_c89()
H A Dvwprintf.c165 siop._base = siop._ptr = (unsigned char *)string; in _vswprintf_c89()
H A Dwprintf.c155 siop._base = siop._ptr = (unsigned char *)string; in swprintf()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A DREADME.design127 the `_base` member of the 'struct __FILE_TAG'. The amount of valid data
H A D__extensions.c92 if ((stream->_ptr = stream->_base) != NULL) in __fpurge()
107 amount = stream->_ptr - stream->_base; in __fpending()
122 size = _bufend(stream) - stream->_base; in __fbufsize()
H A D_filbuf.c72 if (iop->_base == 0) { in _filbuf()
113 iop->_ptr = iop->_base; in _filbuf()
117 nbyte = endbuf - iop->_base; in _filbuf()
118 if ((res = _xread(iop, (char *)iop->_base, nbyte)) > 0) { in _filbuf()
H A D_findbuf.c108 iop->_base = buf + PUSHBACK; /* bytes for pushback */ in _findbuf()
110 endbuf = iop->_base + size; in _findbuf()
H A D_flsbuf.c55 if (iop->_base != 0 && iop->_ptr > iop->_base) in _flsbuf()
H A D_wrtchk.c53 if (iop->_base == NULL && _findbuf(iop) == NULL) in _wrtchk()
55 else if ((iop->_ptr == iop->_base) && in _wrtchk()

123