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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A Dscan.c737 char *pathcopy; local in function:OpenConfigFile
742 pathcopy = strdup(path);
743 for (template = strtok(pathcopy, ","); template && !file;
761 free(pathcopy);
839 char *dirpath, *pathcopy; local in function:OpenConfigDir
844 pathcopy = strdup(path);
845 for (template = strtok(pathcopy, ","); template && !found;
870 free(pathcopy);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A Dscan.c709 char *pathcopy; local in function:OpenConfigFile
714 pathcopy = strdup(path);
715 for (template = strtok(pathcopy, ","); template && !file;
733 free(pathcopy);
807 char *dirpath = NULL, *pathcopy; local in function:OpenConfigDir
812 pathcopy = strdup(path);
813 for (template = strtok(pathcopy, ","); template && !found;
844 free(pathcopy);

Completed in 5 milliseconds