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

/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h136 #define SF_WRITE 0000002 /* open for writing */ macro
163 /* exception events: SF_NEW(0), SF_READ(1), SF_WRITE(2) and the below */
417 #define sfstropen() sfnew(0, 0, -1, -1, SF_READ|SF_WRITE|SF_STRING)
444 (sfreserve((f),(n),SF_WRITE|SF_LOCKR), sfwrite((f),(f)->_next,0), \
/osnet-11/usr/src/lib/libast/common/include/
H A Dsfio.h136 #define SF_WRITE 0000002 /* open for writing */ macro
163 /* exception events: SF_NEW(0), SF_READ(1), SF_WRITE(2) and the below */
417 #define sfstropen() sfnew(0, 0, -1, -1, SF_READ|SF_WRITE|SF_STRING)
444 (sfreserve((f),(n),SF_WRITE|SF_LOCKR), sfwrite((f),(f)->_next,0), \
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h136 #define SF_WRITE 0000002 /* open for writing */ macro
163 /* exception events: SF_NEW(0), SF_READ(1), SF_WRITE(2) and the below */
417 #define sfstropen() sfnew(0, 0, -1, -1, SF_READ|SF_WRITE|SF_STRING)
444 (sfreserve((f),(n),SF_WRITE|SF_LOCKR), sfwrite((f),(f)->_next,0), \
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h136 #define SF_WRITE 0000002 /* open for writing */ macro
163 /* exception events: SF_NEW(0), SF_READ(1), SF_WRITE(2) and the below */
417 #define sfstropen() sfnew(0, 0, -1, -1, SF_READ|SF_WRITE|SF_STRING)
444 (sfreserve((f),(n),SF_WRITE|SF_LOCKR), sfwrite((f),(f)->_next,0), \
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h136 #define SF_WRITE 0000002 /* open for writing */ macro
163 /* exception events: SF_NEW(0), SF_READ(1), SF_WRITE(2) and the below */
417 #define sfstropen() sfnew(0, 0, -1, -1, SF_READ|SF_WRITE|SF_STRING)
444 (sfreserve((f),(n),SF_WRITE|SF_LOCKR), sfwrite((f),(f)->_next,0), \

Completed in 24 milliseconds