Searched refs:modulepath (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | OutputClass.c | 57 TestFree(ptr->modulepath); in xf86freeOutputClassList() 123 if (ptr->modulepath) { in xf86parseOutputClassSection() 125 XNFasprintf(&path, "%s,%s", ptr->modulepath, xf86_lex_val.str); in xf86parseOutputClassSection() 127 free(ptr->modulepath); in xf86parseOutputClassSection() 128 ptr->modulepath = path; in xf86parseOutputClassSection() 130 ptr->modulepath = xf86_lex_val.str; in xf86parseOutputClassSection()
|
| H A D | xf86Parser.h | 339 char *modulepath; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | get_module_deps3.py | 60 modulepath = os.path.dirname(m.__file__) variable 61 for i in os.listdir(modulepath):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | perforce.py | 167 modulepath = ud.module.rstrip('/...') 168 filename = depot_filename[depot_filename.rfind(modulepath):]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | manpages.am | 49 -e 's|[@]modulepath[@]|$(DEFAULT_MODULE_PATH)|g' \
|
| H A D | meson.build | 539 manpage_config.set('modulepath', module_dir) cfgvar in manpage_config
|
| H A D | ChangeLog | 4188 Disable -logfile and -modulepath when running with elevated privileges 25988 xfree86: drop unneeded strdup for modulepath/logfile 26002 xfree86: use the xf86CheckPrivs() helper for modulepath/logfile 80640 being able to use the -modulepath, -logfile and -config switches 178206 unprivileged users can set the modulepath and run arbitrary code. Patch
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86platformBus.c | 304 if (cl->modulepath && xf86ModPathFrom != X_CMDLINE) { in xf86platformProbe() 306 XNFasprintf(&path, "%s,%s", cl->modulepath, in xf86platformProbe()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openldap/ |
| H A D | openldap_2.5.12.bb | 192 sed -e 's/# modulepath/modulepath/' \
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | changelog | 166 - Disables -logfile and -modulepath when running with elevated
|