Searched refs:DB_EXCL (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/os/
H A Dos_open.c55 if (arg_flags & DB_EXCL)
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_region.c138 * DB_EXCL, so two attempts to create the region will return failure in
143 LF_SET(DB_EXCL);
155 LF_CLR(DB_CREATE | DB_EXCL);
300 * DB_CREATE and DB_EXCL flags when we create the "backing" region file.
H A Ddb.c279 if ((ret = __db_open(real_name, flags | DB_EXCL,
280 OKFLAGS | DB_EXCL, mode, &fd)) != 0)
H A Ddb_appinit.c694 LF_SET(DB_CREATE | DB_EXCL);
/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_bh.c341 DB_APP_TMP, NULL, NULL, DB_CREATE | DB_EXCL | DB_TEMPORARY,
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h192 * DB_EXCL and DB_TEMPORARY are internal only, and are not documented.
197 #define DB_EXCL 0x002000 /* O_EXCL: exclusive open (internal). */ macro

Completed in 25 milliseconds