Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.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);
H A Dmap.c504 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
1713 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
1719 map->map_mflags |= MF_WRITABLE;
1857 if (bitset(MF_WRITABLE, map->map_mflags))
2362 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
2368 map->map_mflags |= MF_WRITABLE;
2581 if (bitset(MF_WRITABLE, map->map_mflags))
3510 smap->map_mflags &= ~(MF_OPEN|MF_WRITABLE);
4932 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE);
6580 mm->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
[all …]
H A Dsendmail.h1229 #define MF_WRITABLE 0x00000040 /* open for writing */ macro
H A Dreadcf.c1088 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);