Searched refs:MF_OPTIONAL (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | map.c | 186 map->map_mflags |= MF_OPTIONAL; 568 if (!bitset(MF_OPTIONAL, map->map_mflags)) 1046 map->map_mflags |= MF_OPTIONAL; 1434 if (!bitset(MF_OPTIONAL, map->map_mflags)) 1471 if (!bitset(MF_OPTIONAL, map->map_mflags)) 1575 if (!bitset(MF_OPTIONAL, map->map_mflags)) 1721 if (!bitset(MF_OPTIONAL, map->map_mflags)) 2022 if (!bitset(MF_OPTIONAL, map->map_mflags)) 2033 if (!bitset(MF_OPTIONAL, map->map_mflags)) 2072 if (!bitset(MF_OPTIONAL, map->map_mflags)) [all …]
|
| D | alias.c | 535 if (!automatic && !bitset(MF_OPTIONAL, map->map_mflags))
|
| D | sendmail.h | 1267 #define MF_OPTIONAL 0x00000004 /* don't complain if map not found */ macro
|
| D | readcf.c | 1078 !bitset(MF_OPTIONAL, map.map_mflags))
|