Home
last modified time | relevance | path

Searched refs:_xread (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_filbuf.c118 if ((res = _xread(iop, (char *)iop->_base, nbyte)) > 0) { in _filbuf()
H A DREADME.design164 call _xread() in flush.c. For more on _xread() see the operations vector
238 call to a corresponding function such as _xread(), _xwrite(), xseek(),
H A Dflush.c1001 _xread(FILE *iop, void *buf, size_t nbytes) in _xread() function
H A Ddoscan.c835 if (_xread(iop, buf, 1) != 1) in readchar()
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h273 extern ssize_t _xread(FILE *iop, void *buf, size_t nbytes);