Home
last modified time | relevance | path

Searched refs:modulepath (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DOutputClass.c57 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 Dxf86Parser.h339 char *modulepath; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A Dget_module_deps3.py60 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 Dperforce.py167 modulepath = ud.module.rstrip('/...')
168 filename = depot_filename[depot_filename.rfind(modulepath):]
/OK3568_Linux_fs/external/xserver/
H A Dmanpages.am49 -e 's|[@]modulepath[@]|$(DEFAULT_MODULE_PATH)|g' \
H A Dmeson.build539 manpage_config.set('modulepath', module_dir) cfgvar in manpage_config
H A DChangeLog4188 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 Dxf86platformBus.c304 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 Dopenldap_2.5.12.bb192 sed -e 's/# modulepath/modulepath/' \
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog166 - Disables -logfile and -modulepath when running with elevated