Searched refs:ConfigFile (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | 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()
|
| HD | GenericTaintChecker.cpp | 815 StringRef ConfigFile = in initTaintRules() local 818 getConfiguration<TaintConfiguration>(*Mgr, this, Option, ConfigFile); in initTaintRules()
|
| /freebsd-13-stable/libexec/rbootd/ |
| HD | rbootd.c | 111 if (ConfigFile == NULL) in main() 112 ConfigFile = argv[optind]; in main() 119 if (ConfigFile == NULL) /* use default config file */ in main() 120 ConfigFile = DfltConfig; in main()
|
| HD | parseconf.c | 97 if ((fp = fopen(ConfigFile, "r")) == NULL) { in ParseConfig() 99 ConfigFile); in ParseConfig()
|
| HD | conf.c | 73 char *ConfigFile = NULL; /* configuration file */ variable
|
| HD | defs.h | 132 extern char *ConfigFile; /* configuration file */
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Format/ |
| HD | Format.cpp | 3968 loadAndParseConfigFile(StringRef ConfigFile, llvm::vfs::FileSystem *FS, in loadAndParseConfigFile() argument 3972 FS->getBufferForFile(ConfigFile.str()); in loadAndParseConfigFile() 4017 auto ConfigFile = StyleName.substr(5); in getStyle() local 4019 loadAndParseConfigFile(ConfigFile, FS, &Style, AllowUnknownOptions, in getStyle() 4022 return make_string_error("Error reading " + ConfigFile + ": " + in getStyle() 4027 << "Using configuration file " << ConfigFile << "\n"); in getStyle() 4034 FileName = ConfigFile; in getStyle() 4083 SmallString<128> ConfigFile(Directory); in getStyle() local 4085 llvm::sys::path::append(ConfigFile, F); in getStyle() 4086 LLVM_DEBUG(llvm::dbgs() << "Trying " << ConfigFile << "...\n"); in getStyle() [all …]
|
| /freebsd-13-stable/sbin/natd/ |
| HD | natd.c | 1042 ConfigFile, enumerator 1247 { ConfigFile, 1472 case ConfigFile: in ParseOption()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| HD | Gnu.cpp | 2999 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> ConfigFile = in ScanGentooGccConfig() local 3013 if (ConfigFile) { in ScanGentooGccConfig() 3015 ConfigFile.get()->getBuffer().split(ConfigLines, "\n"); in ScanGentooGccConfig()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ |
| HD | Driver.cpp | 2034 for (auto ConfigFile : ConfigFiles) in PrintVersion() local 2035 OS << "Configuration file: " << ConfigFile << '\n'; in PrintVersion()
|
| /freebsd-13-stable/contrib/wpa/wpa_supplicant/ |
| HD | ChangeLog | 1116 - Add ConfigFile to AddInterface properties.
|
| /freebsd-13-stable/contrib/unbound/doc/ |
| HD | Changelog | 9602 - windows registry has Software\Unbound\ConfigFile element.
|