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

/xsrc/external/mit/libXxf86misc/dist/src/
H A DXF86Misc.c274 Bool XF86MiscGetFilePaths(Display* dpy, XF86MiscFilePaths *filpaths) argument
293 if (!(filpaths->configfile = Xcalloc(rep.configlen + 1, 1))) {
303 if (!(filpaths->modulepath = Xcalloc(rep.modulelen + 1, 1))) {
306 if (filpaths->configfile)
307 Xfree(filpaths->configfile);
315 if (!(filpaths->logfile = Xcalloc(rep.loglen + 1, 1))) {
318 if (filpaths->configfile)
319 Xfree(filpaths->configfile);
320 if (filpaths->modulepath)
321 Xfree(filpaths
[all...]

Completed in 3 milliseconds