Home
last modified time | relevance | path

Searched refs:pathcopy (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dscan.c703 char *pathcopy; in OpenConfigFile() local
708 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() local
806 pathcopy = strdup(path); in OpenConfigDir()
807 for (template = strtok(pathcopy, ","); template && !found; in OpenConfigDir()
838 free(pathcopy); in OpenConfigDir()