Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c159 static int whatami = READWRITE; /* a READ or WRITE process - or both */
439 whatami = READWRITE; /* always run start() as one process */ in initialize()
750 writedone = (whatami == READWRITE) ? TRUE : FALSE; in done()
1051 if (whatami == READWRITE) in clearline()
1067 if (whatami != READWRITE && otherpid > 1) in sendsignal()
H A Dpostio.h83 #define READWRITE 3 macro
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c71 #define READWRITE 1 macro
665 case READWRITE: in flags()