Searched refs:ConfigFile (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Yaml.h | 30 StringRef Option, StringRef ConfigFile) { in getConfiguration() argument 31 if (ConfigFile.trim().empty()) in getConfiguration() 36 FS->getBufferForFile(ConfigFile.str()); in getConfiguration() 41 std::string(ConfigFile) + "'"); in getConfiguration()
|
| H A D | GenericTaintChecker.cpp | 727 StringRef ConfigFile = in initTaintRules() local 730 getConfiguration<TaintConfiguration>(*Mgr, this, Option, ConfigFile); in initTaintRules()
|
| /openbsd-src/usr.sbin/rbootd/ |
| H A D | rbootd.c | 105 if (ConfigFile == NULL) in main() 106 ConfigFile = argv[optind]; in main() 113 if (ConfigFile == NULL) /* use default config file */ in main() 114 ConfigFile = DfltConfig; in main()
|
| H A D | parseconf.c | 86 if ((fp = fopen(ConfigFile, "r")) == NULL) { in ParseConfig() 88 ConfigFile); in ParseConfig()
|
| H A D | conf.c | 67 char *ConfigFile = NULL; /* configuration file */ variable
|
| H A D | defs.h | 115 extern char *ConfigFile; /* configuration file */
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | Format.cpp | 3728 loadAndParseConfigFile(StringRef ConfigFile, llvm::vfs::FileSystem *FS, in loadAndParseConfigFile() argument 3731 FS->getBufferForFile(ConfigFile.str()); in loadAndParseConfigFile() 3773 auto ConfigFile = StyleName.substr(5); in getStyle() local 3775 loadAndParseConfigFile(ConfigFile, FS, &Style, AllowUnknownOptions); in getStyle() 3777 return make_string_error("Error reading " + ConfigFile + ": " + in getStyle() 3782 << "Using configuration file " << ConfigFile << "\n"); in getStyle() 3789 FileName = ConfigFile; in getStyle() 3838 SmallString<128> ConfigFile(Directory); in getStyle() local 3840 llvm::sys::path::append(ConfigFile, F); in getStyle() 3841 LLVM_DEBUG(llvm::dbgs() << "Trying " << ConfigFile << "...\n"); in getStyle() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Gnu.cpp | 2762 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> ConfigFile = in ScanGentooGccConfig() local 2776 if (ConfigFile) { in ScanGentooGccConfig() 2778 ConfigFile.get()->getBuffer().split(ConfigLines, "\n"); in ScanGentooGccConfig()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | Driver.cpp | 1950 for (auto ConfigFile : ConfigFiles) in PrintVersion() local 1951 OS << "Configuration file: " << ConfigFile << '\n'; in PrintVersion()
|
| /openbsd-src/usr.sbin/unbound/doc/ |
| H A D | Changelog | 9453 - windows registry has Software\Unbound\ConfigFile element.
|