Searched defs:projroot (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | scan.c | 632 * %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...] |
Completed in 9 milliseconds