Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h45 #define _FWRITE 0x0002 /* write enabled */ macro
100 #define FWRITE _FWRITE
/titanic_41/usr/src/lib/libc/inc/
H A Dmtlib.h66 #define _FWRITE _fwrite_unlocked macro
/titanic_41/usr/src/lib/libc/port/print/
H A Ddoprnt.c273 if (_FWRITE(p, 1, n, iop) != n) { in _dowrite()