Home
last modified time | relevance | path

Searched refs:_xwrite (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfwrite.c109 while ((n = _xwrite(iop, data, (size_t)bytes)) != in _fwrite_unlocked()
127 while ((n = _xwrite(iop, dptr, s)) != s) { in _fwrite_unlocked()
H A D_flsbuf.c73 if (_xwrite(iop, (char *)&uch, 1) != 1) { in _flsbuf()
H A Dfputs.c117 while ((num_wrote = _xwrite(iop, ptr, (size_t)count)) != in fputs()
H A Dflush.c560 while ((num_wrote = _xwrite(iop, base, (size_t)n)) != n) { in _xflsbuf()
1012 _xwrite(FILE *iop, const void *buf, size_t nbytes) in _xwrite() function
H A DREADME.design176 ultimately call _xwrite().
238 call to a corresponding function such as _xread(), _xwrite(), xseek(),
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h274 extern ssize_t _xwrite(FILE *iop, const void *buf, size_t nbytes);