Searched refs:modulepath (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | OutputClass.c | 39 {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 D | xf86Parser.h | 339 char *modulepath; member in struct:__anon01ede9dc1708
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | xf86misc.h | 110 char* modulepath; member in struct:__anon411c05250308
|
| /xsrc/external/mit/libXxf86misc/dist/src/ |
| H A D | XF86Misc.c | 303 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 D | manpages.am | 49 -e 's|[@]modulepath[@]|$(DEFAULT_MODULE_PATH)|g' \
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86platformBus.c | 305 if (cl->modulepath && xf86ModPathFrom != X_CMDLINE) { 307 XNFasprintf(&path, "%s,%s", cl->modulepath,
|
| /xsrc/external/mit/xset/dist/ |
| H A D | xset.c | 1506 printf(" Modules path: %s\n", paths.modulepath);
|
Completed in 12 milliseconds