Home
last modified time | relevance | path

Searched refs:MF_ALIAS (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sendmail/src/
HDmap.c502 if (!bitset(MF_ALIAS, map->map_mflags) ||
1611 if (bitset(MF_ALIAS, map->map_mflags) &&
1673 if (bitset(MF_ALIAS, map->map_mflags) &&
2245 if (mode == O_RDONLY && bitset(MF_ALIAS, map->map_mflags) &&
2329 if (mode == O_RDONLY && bitset(MF_ALIAS, map->map_mflags) &&
3130 if (!bitset(MF_ALIAS, map->map_mflags) ||
4350 if (bitset(MF_ALIAS, map->map_mflags))
6030 if (bitset(MF_ALIAS, map->map_mflags))
6585 if (!bitset(MF_ALIAS, map->map_mflags))
HDalias.c361 map->map_mflags |= MF_ALIAS;
HDsendmail.h1413 #define MF_ALIAS 0x00000080 /* this is an alias file */ macro