Searched refs:MF_TRY0NULL (Results 1 – 2 of 2) sorted by relevance
168 map->map_mflags |= MF_TRY0NULL|MF_TRY1NULL;220 map->map_mflags &= ~MF_TRY0NULL;1065 map->map_mflags |= MF_TRY0NULL|MF_TRY1NULL;1137 map->map_mflags &= ~MF_TRY0NULL;1798 if (bitset(MF_TRY0NULL, map->map_mflags))1809 map->map_mflags &= ~MF_TRY0NULL;2448 if (bitset(MF_TRY0NULL, map->map_mflags))2497 map->map_mflags &= ~MF_TRY0NULL;2966 if (bitset(MF_TRY0NULL, map->map_mflags))2976 map->map_mflags &= ~MF_TRY0NULL;[all …]
1475 #define MF_TRY0NULL 0x00000100 /* try with no null byte */ macro