Searched refs:MF_OPTIONAL (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | map.c | 399 map->map_mflags |= MF_OPTIONAL; 814 if (!bitset(MF_OPTIONAL, map->map_mflags)) 1359 map->map_mflags |= MF_OPTIONAL; 1709 if (!bitset(MF_OPTIONAL, map->map_mflags)) 1746 if (!bitset(MF_OPTIONAL, map->map_mflags)) 1850 if (!bitset(MF_OPTIONAL, map->map_mflags)) 1955 if (!bitset(MF_OPTIONAL, map->map_mflags)) 1989 if (!bitset(MF_OPTIONAL, map->map_mflags)) 2283 if (!bitset(MF_OPTIONAL, map->map_mflags)) 2321 if (!bitset(MF_OPTIONAL, map->map_mflags)) [all …]
|
H A D | alias.c | 549 if (!bitset(MF_OPTIONAL, map->map_mflags))
|
H A D | sendmail.h | 1520 #define MF_OPTIONAL 0x00000004 /* don't complain if map not found */ macro
|
H A D | readcf.c | 1166 !bitset(MF_OPTIONAL, map.map_mflags))
|