Searched defs:SF_WRITE (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/include/
H A Dsfio.h137 #define SF_WRITE 0000002 /* open for writing */ macro
164 /* exception events: SF_NEW(0), SF_READ(1), SF_WRITE(2) and the below */
419 #define sfstropen() sfnew(0, 0, -1, -1, SF_READ|SF_WRITE|SF_STRING)
446 (sfreserve((f),(n),SF_WRITE|SF_LOCKR), sfwrite((f),(f)->_next,0), \

Completed in 9 milliseconds