Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmap.c734 if (!bitset(MF_ALIAS, map->map_mflags) ||
1842 if (bitset(MF_ALIAS, map->map_mflags) &&
1904 if (bitset(MF_ALIAS, map->map_mflags) &&
2456 if (mode == O_RDONLY && bitset(MF_ALIAS, map->map_mflags) &&
2530 if (mode == O_RDONLY && bitset(MF_ALIAS, map->map_mflags) &&
3030 if (bitset(MF_ALIAS, map->map_mflags) && !aliaswait(map, CDBEXT, true))
3317 if (!bitset(MF_ALIAS, map->map_mflags) ||
4604 if (bitset(MF_ALIAS, map->map_mflags))
6293 if (bitset(MF_ALIAS, map->map_mflags))
6848 if (!bitset(MF_ALIAS, map->map_mflags))
H A Dalias.c375 map->map_mflags |= MF_ALIAS;
H A Dsendmail.h1525 #define MF_ALIAS 0x00000080 /* this is an alias file */ macro