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

/freebsd-13-stable/contrib/sendmail/src/
H A Dalias.c361 map->map_mflags |= MF_ALIAS;
H A Dmap.c120 ** also print an error. If the MF_ALIAS bit is set
502 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, ma
[all...]
H A Dsendmail.h1413 #define MF_ALIAS 0x00000080 /* this is an alias file */ macro

Completed in 129 milliseconds