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

/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DOutputClass.c39 {MODULEPATH, "modulepath"},
57 TestFree(ptr->modulepath);
125 if (ptr->modulepath) {
127 XNFasprintf(&path, "%s,%s", ptr->modulepath, xf86_lex_val.str);
129 free(ptr->modulepath);
130 ptr->modulepath = path;
132 ptr->modulepath = xf86_lex_val.str;
H A Dxf86Parser.h339 char *modulepath; member in struct:__anon01ede9dc1708
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxf86misc.h110 char* modulepath; member in struct:__anon411c05250308
/xsrc/external/mit/libXxf86misc/dist/src/
H A DXF86Misc.c303 if (!(filpaths->modulepath = Xcalloc(rep.modulelen + 1, 1))) {
320 if (filpaths->modulepath)
321 Xfree(filpaths->modulepath);
334 _XReadPad(dpy, filpaths->modulepath, rep.modulelen);
336 filpaths->modulepath = "";
/xsrc/external/mit/xorg-server/dist/
H A Dmanpages.am49 -e 's|[@]modulepath[@]|$(DEFAULT_MODULE_PATH)|g' \
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86platformBus.c305 if (cl->modulepath && xf86ModPathFrom != X_CMDLINE) {
307 XNFasprintf(&path, "%s,%s", cl->modulepath,
/xsrc/external/mit/xset/dist/
H A Dxset.c1506 printf(" Modules path: %s\n", paths.modulepath);

Completed in 12 milliseconds