Searched refs:MF_TRY0NULL (Results 1 – 2 of 2) sorted by relevance
166 map->map_mflags |= MF_TRY0NULL|MF_TRY1NULL;178 map->map_mflags &= ~MF_TRY0NULL;1026 map->map_mflags |= MF_TRY0NULL|MF_TRY1NULL;1038 map->map_mflags &= ~MF_TRY0NULL;1737 if (bitset(MF_TRY0NULL, map->map_mflags))1748 map->map_mflags &= ~MF_TRY0NULL;2394 if (bitset(MF_TRY0NULL, map->map_mflags))2443 map->map_mflags &= ~MF_TRY0NULL;2757 if (bitset(MF_TRY0NULL, map->map_mflags))2771 map->map_mflags &= ~MF_TRY0NULL;[all …]
1273 #define MF_TRY0NULL 0x00000100 /* try with no null byte */ macro