Home
last modified time | relevance | path

Searched refs:MP_TEMP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_sync.c270 is_tmp = F_ISSET(dbmfp->mfp, MP_TEMP);
494 if (F_ISSET(mfp, MP_TEMP))
H A Dmp_fopen.c319 if (F_ISSET(mfp, MP_TEMP))
360 F_SET(mfp, MP_TEMP);
H A Dmp_bh.c122 if (F_ISSET(mfp, MP_TEMP))
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp.h260 #define MP_TEMP 0x02 /* Backing file is a temporary. */ macro