Home
last modified time | relevance | path

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

/trueos/contrib/sendmail/src/
HDalias.c437 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
583 map->map_mflags |= MF_OPEN|MF_WRITABLE;
606 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
HDmap.c499 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
662 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING);
1701 int omode = bitset(map->map_mflags, MF_WRITABLE) ? O_RDWR
1708 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
1714 map->map_mflags |= MF_WRITABLE;
1852 if (bitset(MF_WRITABLE, map->map_mflags))
2350 int omode = bitset(map->map_mflags, MF_WRITABLE) ? O_RDWR
2357 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
2363 map->map_mflags |= MF_WRITABLE;
2576 if (bitset(MF_WRITABLE, map->map_mflags))
[all …]
HDsendmail.h1272 #define MF_WRITABLE 0x00000040 /* open for writing */ macro
HDreadcf.c1097 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);