Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c491 if (!bitset(MF_ALIAS, map->map_mflags) ||
1570 if (bitset(MF_ALIAS, map->map_mflags) &&
1632 if (bitset(MF_ALIAS, map->map_mflags) &&
2204 if (mode == O_RDONLY && bitset(MF_ALIAS, map->map_mflags) &&
2288 if (mode == O_RDONLY && bitset(MF_ALIAS, map->map_mflags) &&
2706 if (!bitset(MF_ALIAS, map->map_mflags) ||
3923 if (bitset(MF_ALIAS, map->map_mflags))
5593 if (bitset(MF_ALIAS, map->map_mflags))
H A Dalias.c361 map->map_mflags |= MF_ALIAS;
H A Dsendmail.h1230 #define MF_ALIAS 0x00000080 /* this is an alias file */ macro