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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c135 # define LOCK_ON_OPEN 1 /* we can open/create a locked file */ macro
137 # define LOCK_ON_OPEN 0 /* no such luck -- bend over backwards */ macro
1482 # if LOCK_ON_OPEN
1487 # else /* LOCK_ON_OPEN */
1563 # endif /* LOCK_ON_OPEN */
1573 # if !LOCK_ON_OPEN && !NOFTRUNCATE
1576 # endif /* !LOCK_ON_OPEN && !NOFTRUNCATE */
1588 # if !LOCK_ON_OPEN && !NOFTRUNCATE
1591 # endif /* !LOCK_ON_OPEN && !NOFTRUNCATE */
1603 # if !LOCK_ON_OPEN
[all...]

Completed in 51 milliseconds