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

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dconf_include_test.c183 const char *conf_file; local
189 conf_file = test_get_argument(0);
191 if (!TEST_ptr(conf_file)
192 || !TEST_ptr(in = BIO_new_file(conf_file, "r"))) {
205 change_path(conf_file);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dconf_include_test.c187 OPT_TEST_OPTIONS_WITH_EXTRA_USAGE("conf_file\n"),
196 const char *conf_file; local
214 conf_file = test_get_argument(0);
215 if (!TEST_ptr(conf_file)
216 || !TEST_ptr(in = BIO_new_file(conf_file, "r"))) {
225 change_path(conf_file);
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dirs_data.h60 extern struct net_data * net_data_init(const char *conf_file);
H A Dgen.c114 static void init_map_rules(struct gen_p *, const char *conf_file);
123 irs_gen_acc(const char *options, const char *conf_file) { argument
143 init_map_rules(irs, conf_file);
385 init_map_rules(struct gen_p *irs, const char *conf_file) { argument
389 if (conf_file == NULL)
390 conf_file = _PATH_IRS_CONF ;
393 if (conf_file[0] == '\0' || (conf = fopen(conf_file, "r")) == NULL) {
H A Dgen_p.h106 extern struct irs_acc * irs_gen_acc __P((const char *, const char *conf_file));
H A Dirs_data.c125 net_data_init(const char *conf_file) { argument
150 net_data = net_data_create(conf_file);
165 net_data_create(const char *conf_file) { argument
173 if ((net_data->irs = irs_gen_acc("", conf_file)) == NULL) {
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D80-test_ssl_new.t144 my $conf_file = srctop_file("test", "ssl-tests", $conf);
145 my $input_file = $conf_file . ".in";
162 $run_test = is(cmp_text($output_file, $conf_file), 0,
163 "Comparing generated $output_file with $conf_file.");
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D80-test_ssl_new.t123 my $conf_file = srctop_file("test", "ssl-tests", $conf);
129 my $input_file = $conf_file . ".in";
142 $run_test = is(cmp_text($tmp_file, $conf_file), 0,
/netbsd-current/sbin/mount_portal/
H A Dconf.c147 palloc(char *cline, int lno, const char *conf_file) argument
216 conf_file, p->p_lno, p->p_key, buf);
266 readfp(qelem *q0, FILE *fp, const char *conf_file) argument
281 path *p = palloc(cline, nread+1, conf_file);
/netbsd-current/lib/libpam/modules/pam_radius/
H A Dpam_radius.c273 const char *conf_file, *template_user, *nas_id, *nas_ipaddr; local
277 conf_file = openpam_get_option(pamh, PAM_OPT_CONF);
302 if (rad_config(radh, conf_file) == -1) {
/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_misc.c709 char *conf_file = 0; local
772 conf_file = 0;
784 conf_file = var_tls_cnf_file;
795 if (conf_file)
796 OPENSSL_INIT_set_config_filename(init_settings, conf_file);
805 conf_file ? conf_file : "default");
/netbsd-current/external/bsd/mdocml/dist/
H A Dmain.c125 char *conf_file, *defpaths, *auxpaths; local
169 conf_file = defpaths = NULL;
210 conf_file = optarg;
392 manconf_parse(&conf, conf_file, defpaths, auxpaths);
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dhostapd.c2800 const char *conf_file = NULL, *phy_name = NULL; local
2809 conf_file = pos;
2810 if (!os_strlen(conf_file))
2814 conf_file, 0);
2879 conf_file = ptr + 7;
2898 if (conf_file && interfaces->config_read_cb) {
2899 conf = interfaces->config_read_cb(conf_file);

Completed in 632 milliseconds