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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c439 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
585 map->map_mflags |= MF_OPEN|MF_WRITABLE;
608 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
H A Dmap.c504 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
667 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING);
1706 int omode = bitset(map->map_mflags, MF_WRITABLE) ? O_RDWR
1713 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
1719 map->map_mflags |= MF_WRITABLE;
1857 if (bitset(MF_WRITABLE, map->map_mflags))
2355 int omode = bitset(map->map_mflags, MF_WRITABLE) ? O_RDWR
2362 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
2368 map->map_mflags |= MF_WRITABLE;
2581 if (bitset(MF_WRITABLE, ma
[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);

Completed in 70 milliseconds