Searched refs:MF_OPTIONAL (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Dmap.c119 ** failed and the MF_OPTIONAL flag is not set, it should
227 map->map_mflags |= MF_OPTIONAL;
582 if (!bitset(MF_OPTIONAL, map->map_mflags))
1127 map->map_mflags |= MF_OPTIONAL;
1478 if (!bitset(MF_OPTIONAL, map->map_mflags))
1515 if (!bitset(MF_OPTIONAL, map->map_mflags))
1619 if (!bitset(MF_OPTIONAL, map->map_mflags))
1765 if (!bitset(MF_OPTIONAL, map->map_mflags))
2060 if (!bitset(MF_OPTIONAL, map->map_mflags))
2071 if (!bitset(MF_OPTIONAL, ma
[all...]
H A Dalias.c535 if (!automatic && !bitset(MF_OPTIONAL, map->map_mflags))
H A Dsendmail.h1408 #define MF_OPTIONAL 0x00000004 /* don't complain if map not found */ macro
H A Dreadcf.c1118 !bitset(MF_OPTIONAL, map.map_mflags))

Completed in 178 milliseconds