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

/freebsd-11-stable/contrib/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)
377 tfd = open(tf, TF_OPEN_FLAGS, QueueFileMode); \

Completed in 117 milliseconds