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

/xsrc/external/mit/libXfont2/dist/test/utils/
H A Dfont-test-utils.c314 char *fullpath; local in function:init_font_paths
317 fullpath = realpath(fpe->name, NULL);
318 assert(fullpath != NULL);
320 fpe->name = fullpath;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloadmod.c127 char *fullpath = NULL; local in function:InitPathList
137 fullpath = strdup(path);
138 if (!fullpath)
140 elem = strtok(fullpath, ",");
155 free(fullpath);
161 free(fullpath);
175 free(fullpath);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/
H A Dloadmod.c117 char *fullpath = NULL; local in function:InitPathList
124 fullpath = strdup(path);
125 if (!fullpath)
127 elem = strtok(fullpath, ",");
141 free(fullpath);
147 free(fullpath);
161 free(fullpath);

Completed in 6 milliseconds