Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c481 if (!bitset(MF_VALID, map->map_mflags))
529 if (!bitset(MF_VALID, map->map_mflags))
583 map->map_mflags &= ~MF_VALID;
646 if (!bitset(MF_VALID, map->map_mflags) ||
2773 map->map_mflags &= ~(MF_VALID|MF_OPEN);
3165 map->map_mflags &= ~(MF_VALID|MF_OPEN);
5835 map->map_mflags &= ~(MF_VALID|MF_OPEN);
6358 map->map_mflags &= ~(MF_VALID|MF_OPEN);
H A Dalias.c364 map->map_mflags |= MF_VALID;
H A Dreadcf.c1053 map.map_mflags |= MF_VALID;
4121 s->s_map.map_mflags |= MF_VALID;
H A Dsendmail.h1223 #define MF_VALID 0x00000001 /* this entry is valid */ macro