Lines Matching defs:map
32 uint8_t *map;80 map = malloc(map_len);81 if (!map)82 errx(2, "map malloc");89 memset(map, 0, map_len);104 map = realloc(map, idx + 1);105 if (!map)106 errx(2, "map realloc");107 memset(map + map_len, 0, idx + 1 - map_len);110 if (!map[idx])112 map[idx] = 1;