Searched refs:ConfigFile (Results 1 – 11 of 11) sorted by relevance
/freebsd/libexec/rbootd/ |
H A D | rbootd.c | 97 if (ConfigFile == NULL) in main() 98 ConfigFile = argv[optind]; in main() 105 if (ConfigFile == NULL) /* use default config file */ in main() 106 ConfigFile = DfltConfig; in main()
|
H A D | parseconf.c | 89 if ((fp = fopen(ConfigFile, "r")) == NULL) { in ParseConfig() 91 ConfigFile); in ParseConfig()
|
H A D | conf.c | 65 char *ConfigFile = NULL; /* configuration file */ variable
|
H A D | defs.h | 130 extern char *ConfigFile; /* configuration file */
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | 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/sbin/natd/ |
H A D | natd.c | 1042 ConfigFile, enumerator 1255 { ConfigFile, 1480 case ConfigFile: in ParseOption()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 815 StringRef ConfigFile = in initTaintRules() local 818 getConfiguration<TaintConfiguration>(*Mgr, this, Option, ConfigFile); in initTaintRules()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | 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/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 2034 for (auto ConfigFile : ConfigFiles) in PrintVersion() local 2035 OS << "Configuration file: " << ConfigFile << '\n'; in PrintVersion()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ChangeLog | 1116 - Add ConfigFile to AddInterface properties.
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 9602 - windows registry has Software\Unbound\ConfigFile element.
|