Searched refs:pathcopy (Results 1 – 1 of 1) sorted by relevance
703 char *pathcopy; in OpenConfigFile() local708 pathcopy = strdup(path); in OpenConfigFile()709 for (template = strtok(pathcopy, ","); template && !file; in OpenConfigFile()727 free(pathcopy); in OpenConfigFile()801 char *dirpath = NULL, *pathcopy; in OpenConfigDir() local806 pathcopy = strdup(path); in OpenConfigDir()807 for (template = strtok(pathcopy, ","); template && !found; in OpenConfigDir()838 free(pathcopy); in OpenConfigDir()