Lines Matching refs:projroot
562 DoSubstitution(const char *template, const char *cmdline, const char *projroot, in DoSubstitution() argument
666 if (projroot && xf86pathIsAbsolute(projroot)) in DoSubstitution()
667 APPEND_STR(projroot); in DoSubstitution()
699 OpenConfigFile(const char *path, const char *cmdline, const char *projroot, in OpenConfigFile() argument
711 filepath = DoSubstitution(template, cmdline, projroot, in OpenConfigFile()
798 OpenConfigDir(const char *path, const char *cmdline, const char *projroot, in OpenConfigDir() argument
812 dirpath = DoSubstitution(template, cmdline, projroot, in OpenConfigDir()
892 xf86openConfigFile(const char *path, const char *cmdline, const char *projroot) in xf86openConfigFile() argument
896 if (!projroot || !projroot[0]) in xf86openConfigFile()
897 projroot = PROJECTROOT; in xf86openConfigFile()
900 return OpenConfigFile(path, cmdline, projroot, XCONFIGFILE); in xf86openConfigFile()
921 const char *projroot) in xf86openConfigDirFiles() argument
925 if (!projroot || !projroot[0]) in xf86openConfigDirFiles()
926 projroot = PROJECTROOT; in xf86openConfigDirFiles()
929 return OpenConfigDir(path, cmdline, projroot, XCONFIGDIR); in xf86openConfigDirFiles()