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

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c632 * %P projroot
681 DoSubstitution(const char *template, const char *cmdline, const char *projroot, argument
789 if (projroot && xf86pathIsAbsolute(projroot))
790 APPEND_STR(projroot);
873 const char *projroot) /* Project root path (%P), else NULL */
905 if (projroot == NULL || projroot[0] == '\0') {
906 projroot = PROJECTROOT;
919 configPath = DoSubstitution(template, cmdline, projroot,
870 xf86openConfigFileIn( const char *path, const char *cmdline, const char *projroot) argument
966 xf86openConfigFile(const char *path, const char *cmdline, const char *projroot) argument
[all...]
H A Dxf86Parser.h547 const char *path, const char *cmdline, const char *projroot);

Completed in 24 milliseconds