Searched refs:MF_TRY0NULL (Results 1 – 2 of 2) sorted by relevance
339 map->map_mflags |= MF_TRY0NULL|MF_TRY1NULL;391 map->map_mflags &= ~MF_TRY0NULL;1279 map->map_mflags |= MF_TRY0NULL|MF_TRY1NULL;1351 map->map_mflags &= ~MF_TRY0NULL;2005 if (bitset(MF_TRY0NULL, map->map_mflags))2016 map->map_mflags &= ~MF_TRY0NULL;2627 if (bitset(MF_TRY0NULL, map->map_mflags))2676 map->map_mflags &= ~MF_TRY0NULL;3116 if (bitset(MF_TRY0NULL, map->map_mflags))3126 map->map_mflags &= ~MF_TRY0NULL;[all …]
1526 #define MF_TRY0NULL 0x00000100 /* try with no null byte */ macro