HomeSort by: relevance | last modified time | path
    Searched refs:config_path (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/recipes/
04-test_asn1_stable_parse.t 18 my $config_path = srctop_file("test", "recipes", "04-test_asn1_stable_parse_data", "asn1_stable_parse.cnf");
22 ok(run(test(["asn1_stable_parse_test", "-config", $config_path])),
90-test_threads.t 23 my $config_path = abs_path(srctop_file("test", $no_fips ? "default.cnf"
29 ok(run(test(["threadstest", "-config", $config_path, data_dir()])),
32 ok(run(test(["threadstest", "-fips", "-config", $config_path, data_dir()])),
42 open CFGBASE, '<', $config_path;
  /src/crypto/external/bsd/openssl/dist/test/recipes/
04-test_asn1_stable_parse.t 18 my $config_path = srctop_file("test", "recipes", "04-test_asn1_stable_parse_data", "asn1_stable_parse.cnf");
22 ok(run(test(["asn1_stable_parse_test", "-config", $config_path])),
90-test_threads.t 23 my $config_path = abs_path(srctop_file("test", $no_fips ? "default.cnf"
29 ok(run(test(["threadstest", "-config", $config_path, data_dir()])),
32 ok(run(test(["threadstest", "-fips", "-config", $config_path, data_dir()])),
40 open CFGBASE, '<', $config_path;
  /src/crypto/external/bsd/libsaslc/dist/src/
parser.c 317 const char *config_path, *debug, *appname; local
319 config_path = ctx->pathname;
320 if (config_path == NULL)
321 config_path = getenv(SASLC_ENV_CONFIG);
322 if (config_path == NULL)
323 config_path = SASLC__CONFIG_PATH;
325 if (stat(config_path, &sb) == -1 || !S_ISDIR(sb.st_mode)) {
327 saslc__msg_err("%s: stat: config_path='%s': %s", __func__,
328 config_path, strerror(errno));
336 snprintf(path, sizeof(path), "%s/%s/%s%s", config_path,
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/
Makefile.am 10 config_path = @config_path@
11 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir) \
configure 658 config_path
16955 for i in $config_path; do
  /src/external/gpl3/gcc.old/dist/libgomp/
Makefile.am 10 config_path = @config_path@
11 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir) \
configure 658 config_path
17025 for i in $config_path; do
  /src/external/apache2/llvm/dist/clang/utils/check_cfc/
check_cfc.py 327 config_path = os.path.join(scriptdir, 'check_cfc.cfg') variable in class:dash_s_no_change
329 config.read(os.path.join(config_path))
332 "using defaults.".format(config_path))
  /src/external/bsd/atf/dist/tools/
config_file.cpp 105 merge_config_file(const tools::fs::path& config_path,
108 std::ifstream is(config_path.c_str());
  /src/external/bsd/blocklist/bin/
conf.c 1274 conf_parsedir(DIR *dir, const char *config_path)
1281 if ((path_max = pathconf(config_path, _PC_PATH_MAX)) == -1)
1295 (void) snprintf(path, (size_t)path_max, "%s/%s", config_path,
1310 conf_parse(const char *config_path)
1316 if ((dir = opendir(config_path)) != NULL) {
1318 * If config_path is a directory, parse the configuration files
1321 conf_parsedir(dir, config_path);
1324 } else if ((fp = fopen(config_path, "r")) != NULL) {
1325 /* If config_path is a file, parse it. */
1326 conf_parsefile(fp, config_path);
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
config.py 226 config_path = os.path.join(self.config.llvm_tools_dir, 'llvm-config')
228 output, _ = self.get_process_output([config_path] + arguments)

Completed in 75 milliseconds