Searched refs:TF_OPEN_FLAGS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c28 # define TF_OPEN_FLAGS (O_CREAT|O_WRONLY|O_EXCL|O_EXLOCK) macro
30 # define TF_OPEN_FLAGS (O_CREAT|O_WRONLY|O_EXCL)
376 tfd = open(tf, TF_OPEN_FLAGS, QueueFileMode); \

Completed in 74 milliseconds