Home
last modified time | relevance | path

Searched refs:config_path (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/test/recipes/
H A D90-test_threads.t23 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;
H A D04-test_asn1_stable_parse.t18 my $config_path = srctop_file("test", "recipes", "04-test_asn1_stable_parse_data", "asn1_stable_par…
22 ok(run(test(["asn1_stable_parse_test", "-config", $config_path])),
/freebsd/contrib/dma/
H A Dconf.c149 parse_conf(const char *config_path) in parse_conf() argument
157 conf = fopen(config_path, "r"); in parse_conf()
162 errlog(EX_NOINPUT, "can not open config `%s'", config_path); in parse_conf()
250 errlogx(EX_CONFIG, "syntax error in %s:%d", config_path, lineno); in parse_conf()
256 errlogx(EX_CONFIG, "%s: NULLCLIENT requires SMARTHOST", config_path); in parse_conf()
/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Dmain.c313 char *config_path = NULL; in main() local
457 config_path = rtlbt_get_fwname(ic->fw_name, firmware_dir, in main()
459 if (config_path == NULL) in main()
462 rtlbt_info("loading config %s", config_path); in main()
465 if (rtlbt_fw_read(&cfg, config_path) <= 0) { in main()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_config.c634 ZFS_MODULE_PARAM(zfs_spa, spa_, config_path, STRING, ZMOD_RD,
/freebsd/usr.sbin/ctld/
H A Dctld.c2488 const char *config_path = DEFAULT_CONFIG_PATH; in main() local
2508 config_path = optarg; in main()
2530 newconf = conf_new_from_file(config_path, use_ucl); in main()
2596 tmpconf = conf_new_from_file(config_path, use_ucl); in main()