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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dbdb.h40 # if !HASFLOCK && defined(DB_FCNTL_LOCKING)
42 # else /* !HASFLOCK && defined(DB_FCNTL_LOCKING) */
44 # endif /* !HASFLOCK && defined(DB_FCNTL_LOCKING) */
H A Dconf.h258 # define HASFLOCK 0 /* does not have flock call - use fcntl */ macro
478 # ifndef HASFLOCK
479 # define HASFLOCK 1 /* has flock(2) call */ macro
480 # endif /* ! HASFLOCK */
580 # ifndef HASFLOCK
581 # define HASFLOCK 1 /* has flock(2) call */ macro
582 # endif /* ! HASFLOCK */
654 # ifndef HASFLOCK
657 # define HASFLOCK 0 /* 5.0 and later has bad flock(2) call */ macro
659 # define HASFLOCK macro
690 # define HASFLOCK macro
751 # define HASFLOCK macro
914 # define HASFLOCK macro
1078 # define HASFLOCK macro
1342 # define HASFLOCK macro
1393 # define HASFLOCK macro
1420 # undef HASFLOCK macro
1421 # define HASFLOCK macro
1477 # define HASFLOCK macro
1480 # define HASFLOCK macro
1482 # define HASFLOCK macro
2146 # define HASFLOCK macro
2275 # define HASFLOCK macro
2435 # define HASFLOCK macro
2566 # define HASFLOCK macro
[all...]
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dlockfile.c45 #if !HASFLOCK
76 #else /* !HASFLOCK */
81 #endif /* !HASFLOCK */
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb.c88 #if !HASFLOCK
136 #else /* !HASFLOCK */
156 #endif /* !HASFLOCK */
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c529 #if !HASFLOCK
531 #else /* !HASFLOCK */
533 #endif /* !HASFLOCK */
573 #if HASFLOCK
575 #endif /* HASFLOCK */
591 #if !HASFLOCK
624 #endif /* !HASFLOCK */
640 #if HASFLOCK
642 #else /* HASFLOCK */
647 #endif /* HASFLOCK */
[all...]
H A Dconf.c3539 # if !HASFLOCK
3603 # else /* !HASFLOCK */
3633 # endif /* !HASFLOCK */
5858 #if HASFLOCK
5859 "HASFLOCK",
5860 #endif /* HASFLOCK */
5942 #if O_EXLOCK && HASFLOCK && !BOGUS_O_EXCL
5944 #endif /* O_EXLOCK && HASFLOCK && !BOGUS_O_EXCL */
H A Dmap.c134 #if O_EXLOCK && HASFLOCK && !BOGUS_O_EXCL
136 #else /* O_EXLOCK && HASFLOCK && !BOGUS_O_EXCL */
138 #endif /* O_EXLOCK && HASFLOCK && !BOGUS_O_EXCL */
H A Dqueue.c26 # if HASFLOCK && defined(O_EXLOCK)
29 # else /* HASFLOCK && defined(O_EXLOCK) */
31 # endif /* HASFLOCK && defined(O_EXLOCK) */

Completed in 132 milliseconds