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

/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dbdb.h38 # if !HASFLOCK && defined(DB_FCNTL_LOCKING)
40 # else /* !HASFLOCK && defined(DB_FCNTL_LOCKING) */
42 # endif /* !HASFLOCK && defined(DB_FCNTL_LOCKING) */
H A Dconf.h253 # define HASFLOCK 0 /* does not have flock call - use fcntl */ macro
484 # ifndef HASFLOCK
485 # define HASFLOCK 1 /* has flock(2) call */ macro
586 # ifndef HASFLOCK
587 # define HASFLOCK 1 /* has flock(2) call */ macro
660 # ifndef HASFLOCK
663 # define HASFLOCK 0 /* 5.0 and later has bad flock(2) call */ macro
665 # define HASFLOCK 1 /* has flock(2) call */ macro
667 # endif /* ! HASFLOCK */
695 # ifndef HASFLOCK
696 # define HASFLOCK macro
757 # define HASFLOCK macro
926 # define HASFLOCK macro
1104 # define HASFLOCK macro
1368 # define HASFLOCK macro
1419 # define HASFLOCK macro
1446 # undef HASFLOCK macro
1447 # define HASFLOCK macro
1503 # define HASFLOCK macro
1506 # define HASFLOCK macro
1508 # define HASFLOCK macro
2181 # define HASFLOCK macro
2310 # define HASFLOCK macro
2470 # define HASFLOCK macro
2601 # define HASFLOCK macro
[all...]
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dlockfile.c43 #if !HASFLOCK
74 #else /* !HASFLOCK */
79 #endif /* !HASFLOCK */
/freebsd-11-stable/contrib/sendmail/libsmdb/
H A Dsmdb.c86 #if !HASFLOCK
134 #else /* !HASFLOCK */
154 #endif /* !HASFLOCK */
/freebsd-11-stable/contrib/sendmail/src/
H A Ddeliver.c539 #if !HASFLOCK
583 #if HASFLOCK
601 #if !HASFLOCK
634 #endif /* !HASFLOCK */
650 #if HASFLOCK
652 #else /* HASFLOCK */
657 #endif /* HASFLOCK */
661 #if HASFLOCK
676 #endif /* HASFLOCK */
729 #if HASFLOCK
[all...]
H A Dconf.c3613 # if !HASFLOCK
3677 # else /* !HASFLOCK */
3707 # endif /* !HASFLOCK */
6060 #if HASFLOCK
6061 "HASFLOCK",
6150 #if O_EXLOCK && HASFLOCK && !BOGUS_O_EXCL
H A Dqueue.c26 # if HASFLOCK && defined(O_EXLOCK)
H A Dmap.c132 #if O_EXLOCK && HASFLOCK && !BOGUS_O_EXCL

Completed in 136 milliseconds