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

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c880 char *pathcopy; local
899 pathcopy = xf86confmalloc(strlen(path) + 1);
900 if (pathcopy == NULL) {
913 strcpy(pathcopy, path);
914 for (template = strtok(pathcopy, ",");
944 xf86conffree(pathcopy);

Completed in 11 milliseconds