Lines Matching defs:projroot
538 * %P projroot
568 DoSubstitution(const char *template, const char *cmdline, const char *projroot,
672 if (projroot && xf86pathIsAbsolute(projroot))
673 APPEND_STR(projroot);
705 OpenConfigFile(const char *path, const char *cmdline, const char *projroot,
717 filepath = DoSubstitution(template, cmdline, projroot,
804 OpenConfigDir(const char *path, const char *cmdline, const char *projroot,
818 dirpath = DoSubstitution(template, cmdline, projroot,
898 xf86openConfigFile(const char *path, const char *cmdline, const char *projroot)
902 if (!projroot || !projroot[0])
903 projroot = PROJECTROOT;
906 return OpenConfigFile(path, cmdline, projroot, XCONFIGFILE);
927 const char *projroot)
931 if (!projroot || !projroot[0])
932 projroot = PROJECTROOT;
935 return OpenConfigDir(path, cmdline, projroot, XCONFIGDIR);