Home
last modified time | relevance | path

Searched refs:HASFLOCK (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/sendmail/include/sm/
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
695 # ifndef HASFLOCK
696 # define HASFLOCK 1 /* has flock(2) call */ macro
[all …]
H A Dbdb.h38 # if !HASFLOCK && defined(DB_FCNTL_LOCKING)
/freebsd/contrib/sendmail/libsmutil/
H A Dlockfile.c43 #if !HASFLOCK
H A Dt-lockfile.c208 #if !HASFLOCK
343 #if !HASFLOCK
/freebsd/contrib/sendmail/libsmdb/
H A Dsmdb.c86 #if !HASFLOCK
/freebsd/contrib/sendmail/src/
H A Ddeliver.c637 #if HASFLOCK
680 #if HASFLOCK
698 #if !HASFLOCK
747 #if HASFLOCK
758 #if HASFLOCK
824 #if HASFLOCK
847 #if HASFLOCK
H A Dconf.c3615 #if !HASFLOCK
5960 # if DB_VERSION_MAJOR >= 5 && !defined(SOLARIS) && !HASFLOCK && !ACCEPT_BROKEN_BDB_LOCKING
6128 #if HASFLOCK
6218 #if O_EXLOCK && HASFLOCK && !BOGUS_O_EXCL
H A Dmap.c304 #if O_EXLOCK && HASFLOCK && !BOGUS_O_EXCL
H A Dqueue.c33 #if HASFLOCK && defined(O_EXLOCK)
H A DREADME231 HASFLOCK Set this if you prefer to use the flock(2) system call
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES949 HASFLOCK set). Based on patch by Motonori Nakamura
2036 If the operating system supports O_EXLOCK and HASFLOCK is set
8520 Avoid reference to uninitialized file descriptor if HASFLOCK
9983 Change HASFLOCK from defined/not-defined to a 0/1 definition
10070 Fix configuration for HASFLOCK -- there were some spots where