Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A Dalias.c364 map->map_mflags |= MF_VALID;
H A Dmap.c492 if (!bitset(MF_VALID, map->map_mflags))
540 if (!bitset(MF_VALID, map->map_mflags))
594 map->map_mflags &= ~MF_VALID;
656 if (!bitset(MF_VALID, map->map_mflags) ||
3197 map->map_mflags &= ~(MF_VALID|MF_OPEN);
3592 map->map_mflags &= ~(MF_VALID|MF_OPEN);
6272 map->map_mflags &= ~(MF_VALID|MF_OPEN);
6833 map->map_mflags &= ~(MF_VALID|MF_OPEN);
H A Dreadcf.c1107 map.map_mflags |= MF_VALID;
4815 s->s_map.map_mflags |= MF_VALID;
H A Dsendmail.h1406 #define MF_VALID 0x00000001 /* this entry is valid */ macro