Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
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
580 # ifndef HASFLOCK
581 # define HASFLOCK 1 /* has flock(2) call */ macro
654 # ifndef HASFLOCK
657 # define HASFLOCK 0 /* 5.0 and later has bad flock(2) call */ macro
659 # define HASFLOCK 1 /* has flock(2) call */ macro
689 # ifndef HASFLOCK
690 # define HASFLOCK 1 /* has flock(2) call */ macro
[all …]
H A Dbdb.h38 # if !HASFLOCK && defined(DB_FCNTL_LOCKING)
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dlockfile.c43 #if !HASFLOCK
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb.c86 #if !HASFLOCK
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c529 #if !HASFLOCK
573 #if HASFLOCK
591 #if !HASFLOCK
640 #if HASFLOCK
651 #if HASFLOCK
719 #if HASFLOCK
742 #if HASFLOCK
H A Dconf.c3540 # if !HASFLOCK
5859 #if HASFLOCK
5943 #if O_EXLOCK && HASFLOCK && !BOGUS_O_EXCL
H A Dmap.c134 #if O_EXLOCK && HASFLOCK && !BOGUS_O_EXCL
H A Dqueue.c26 # if HASFLOCK && defined(O_EXLOCK)