Searched refs:paths_copy (Results 1 – 1 of 1) sorted by relevance
59 char *path, *paths_copy, *next_token; in dll_build_name() local61 paths_copy = strdup(paths); in dll_build_name()62 if (paths_copy == NULL) { in dll_build_name()67 path = strtok_r(paths_copy, PATH_SEPARATOR, &next_token); in dll_build_name()78 free(paths_copy); in dll_build_name()