Searched refs:path_map (Results 1 – 1 of 1) sorted by relevance
284 char *path_map = malloc(strlen(path_in) + 8); in permute() local285 assert(path_map != NULL); in permute()286 strcpy(path_map, path_in); in permute()287 strcat(path_map, ".map"); in permute()288 FILE *fp_map = fopen(path_map, "w"); in permute()290 perror(path_map); in permute()