Symbol: MF_WRITABLE
usr/src/cmd/sendmail/src/alias.c
437
map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
usr/src/cmd/sendmail/src/alias.c
583
map->map_mflags |= MF_OPEN|MF_WRITABLE;
usr/src/cmd/sendmail/src/alias.c
606
map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
usr/src/cmd/sendmail/src/map.c
1706
int omode = bitset(map->map_mflags, MF_WRITABLE) ? O_RDWR
usr/src/cmd/sendmail/src/map.c
1713
map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
usr/src/cmd/sendmail/src/map.c
1719
map->map_mflags |= MF_WRITABLE;
usr/src/cmd/sendmail/src/map.c
1857
if (bitset(MF_WRITABLE, map->map_mflags))
usr/src/cmd/sendmail/src/map.c
2355
int omode = bitset(map->map_mflags, MF_WRITABLE) ? O_RDWR
usr/src/cmd/sendmail/src/map.c
2362
map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
usr/src/cmd/sendmail/src/map.c
2368
map->map_mflags |= MF_WRITABLE;
usr/src/cmd/sendmail/src/map.c
2581
if (bitset(MF_WRITABLE, map->map_mflags))
usr/src/cmd/sendmail/src/map.c
3510
smap->map_mflags &= ~(MF_OPEN|MF_WRITABLE);
usr/src/cmd/sendmail/src/map.c
4932
map->map_mflags &= ~(MF_OPEN|MF_WRITABLE);
usr/src/cmd/sendmail/src/map.c
504
map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
usr/src/cmd/sendmail/src/map.c
6580
mm->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
usr/src/cmd/sendmail/src/map.c
6660
if (mm == NULL || !bitset(MF_WRITABLE, mm->map_mflags))
usr/src/cmd/sendmail/src/map.c
667
map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING);
usr/src/cmd/sendmail/src/map.c
7862
smap->map_mflags &= ~(MF_OPEN|MF_WRITABLE);
usr/src/cmd/sendmail/src/readcf.c
1088
map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);