Home
last modified time | relevance | path

Searched refs:_FWRITE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dmtlib.h64 #define _FWRITE _fwrite_unlocked macro
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c273 if (_FWRITE(p, 1, n, iop) != n) { in _dowrite()