Home
last modified time | relevance | path

Searched refs:conf_file (Results 1 - 5 of 5) sorted by relevance

/third_party/openssl/test/
H A Dconf_include_test.c187 OPT_TEST_OPTIONS_WITH_EXTRA_USAGE("conf_file\n"), in test_get_options()
196 const char *conf_file; in setup_tests() local
214 conf_file = test_get_argument(0); in setup_tests()
215 if (!TEST_ptr(conf_file) in setup_tests()
216 || !TEST_ptr(in = BIO_new_file(conf_file, "r"))) { in setup_tests()
225 change_path(conf_file); in setup_tests()
/third_party/mbedtls/tests/scripts/
H A Dtest-ref-configs.pl83 my $conf_file = $_[0];
87 my $conf_name = $conf_file;
102 system( "cp configs/$conf_file $config_h" )
103 and abort "Failed to activate $conf_file\n";
/third_party/node/src/
H A Dnode.cc1005 const char* conf_file = nullptr; in InitializeOncePerProcess() local
1016 conf_file = env_openssl_conf.c_str(); in InitializeOncePerProcess()
1020 conf_file = per_process::cli_options->openssl_config.c_str(); in InitializeOncePerProcess()
1024 OPENSSL_INIT_set_config_filename(settings, conf_file); in InitializeOncePerProcess()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dhostapd.c3024 const char *conf_file = NULL, *phy_name = NULL; in hostapd_add_iface() local
3033 conf_file = pos; in hostapd_add_iface()
3034 if (!os_strlen(conf_file)) in hostapd_add_iface()
3038 conf_file, 0); in hostapd_add_iface()
3103 conf_file = ptr + 7; in hostapd_add_iface()
3122 if (conf_file && interfaces->config_read_cb) { in hostapd_add_iface()
3123 conf = interfaces->config_read_cb(conf_file); in hostapd_add_iface()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhostapd.c2800 const char *conf_file = NULL, *phy_name = NULL; in hostapd_add_iface() local
2809 conf_file = pos; in hostapd_add_iface()
2810 if (!os_strlen(conf_file)) in hostapd_add_iface()
2814 conf_file, 0); in hostapd_add_iface()
2879 conf_file = ptr + 7; in hostapd_add_iface()
2898 if (conf_file && interfaces->config_read_cb) { in hostapd_add_iface()
2899 conf = interfaces->config_read_cb(conf_file); in hostapd_add_iface()

Completed in 10 milliseconds