Home
last modified time | relevance | path

Searched refs:conf_file (Results 1 – 12 of 12) sorted by relevance

/freebsd/libexec/rc/rc.d/
H A Dhostapd27 conf_file="/etc/${name}.conf"
31 conf_file="/etc/${name}-${ifn}.conf"
35 command_args="-P ${pidfile} -B ${conf_file}"
36 required_files="${conf_file}"
H A Dwpa_supplicant30 conf_file=${wpa_supplicant_conf_file}
32 command_args="-B -i $ifn -c $conf_file -D $driver -P $pidfile"
33 required_files=$conf_file
/freebsd/crypto/openssl/test/
H A Dconf_include_test.c196 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()
/freebsd/crypto/openssl/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.");
/freebsd/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.c113 const char *conf_file, *template_user; in pam_sm_authenticate() local
115 conf_file = openpam_get_option(pamh, PAM_OPT_CONF); in pam_sm_authenticate()
123 if (tac_config(tach, conf_file) == -1) { in pam_sm_authenticate()
/freebsd/usr.sbin/syslogd/tests/
H A Dsyslogd_test_common.sh22 local jail bind_arg conf_file pid_file socket privsocket
35 conf_file="${OPTARG}"
/freebsd/lib/libpam/modules/pam_radius/
H A Dpam_radius.c300 const char *conf_file, *template_user, *nas_id, *nas_ipaddr; in pam_sm_authenticate() local
304 conf_file = openpam_get_option(pamh, PAM_OPT_CONF); in pam_sm_authenticate()
330 if (rad_config(radh, conf_file) == -1) { in pam_sm_authenticate()
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr159 local conf_file="$1" tmpfile
183 f_eval_catch $funcname mv 'mv "%s" "%s"' "$tmpfile" "$conf_file"
745 local conf_file
746 conf_file=$( f_sysrc_get wpa_supplicant_conf_file )
747 if [ ! -e "$conf_file" ]; then
748 f_wpa_supplicant_init "$conf_file" || return $FAILURE
1226 local conf_file
1227 conf_file=$( f_sysrc_get wpa_supplicant_conf_file )
1250 f_wpa_supplicant_parse "$conf_file" \
1330 'rm -f "%s"' "$conf_file" || continue
[all …]
/freebsd/contrib/mandoc/
H A Dmain.c133 const char *conf_file; /* -C: alternate config file. */ in main() local
186 conf_file = NULL; in main()
231 conf_file = optarg; in main()
488 manconf_parse(&conf, conf_file, defpaths, auxpaths); in main()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h1539 int osm_subn_parse_conf_file(const char *conf_file, osm_subn_opt_t * p_opt);
/freebsd/contrib/wpa/src/ap/
H A Dhostapd.c3739 const char *conf_file = NULL, *phy_name = NULL; in hostapd_add_iface() local
3748 conf_file = pos; in hostapd_add_iface()
3749 if (!os_strlen(conf_file)) in hostapd_add_iface()
3753 conf_file, 0); in hostapd_add_iface()
3822 conf_file = ptr + 7; in hostapd_add_iface()
3847 if (conf_file && interfaces->config_read_cb) { in hostapd_add_iface()
3848 conf = interfaces->config_read_cb(conf_file); in hostapd_add_iface()
/freebsd/contrib/unbound/
H A Dconfigure.ac187 AC_ARG_WITH([conf_file], optwith