Searched refs:MF_TRY0NULL (Results 1 – 2 of 2) sorted by relevance
169 map->map_mflags |= MF_TRY0NULL|MF_TRY1NULL;181 map->map_mflags &= ~MF_TRY0NULL;1029 map->map_mflags |= MF_TRY0NULL|MF_TRY1NULL;1041 map->map_mflags &= ~MF_TRY0NULL;1740 if (bitset(MF_TRY0NULL, map->map_mflags))1751 map->map_mflags &= ~MF_TRY0NULL;2391 if (bitset(MF_TRY0NULL, map->map_mflags))2440 map->map_mflags &= ~MF_TRY0NULL;2754 if (bitset(MF_TRY0NULL, map->map_mflags))2768 map->map_mflags &= ~MF_TRY0NULL;[all …]
1231 #define MF_TRY0NULL 0x00000100 /* try with no null byte */ macro