Home
last modified time | relevance | path

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

/freebsd/libexec/rc/rc.d/
H A Dhostapd18 conf_file="/etc/${name}.conf"
22 conf_file="/etc/${name}-${ifn}.conf"
26 command_args="-P ${pidfile} -B ${conf_file}"
27 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/recipes/
H A D80-test_ssl_new.t37 foreach my $conf_file (@conf_list) {
38 push (@conf_srcs, glob(srctop_file("test", "ssl-tests", $conf_file)));
157 my $conf_file = srctop_file("test", "ssl-tests", $conf);
158 my $input_file = $conf_file . ".in";
175 $run_test = is(cmp_text($output_file, $conf_file), 0,
176 "Comparing generated $output_file with $conf_file.");
/freebsd/crypto/openssl/test/
H A Dconf_include_test.c249 char *conf_file = NULL; in setup_tests() local
269 conf_file = test_get_argument(0); in setup_tests()
270 if (!TEST_ptr(conf_file) in setup_tests()
271 || !TEST_ptr(in = BIO_new_file(conf_file, "r"))) { in setup_tests()
280 rel_conf_file = change_path(conf_file); in setup_tests()
/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.sh23 local jail bind_arg conf_file pid_file socket privsocket
33 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/tests/sys/netinet/
H A Dip_mroute.py82 with open(conf, "w") as conf_file:
83 conf_file.write("no phyint\n")
85 conf_file.write(f"phyint {iface} enable\n")
86 conf_file.write(f"rp-address {rpaddr} {group}\n")
/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
1229 local conf_file
1230 conf_file=$( f_sysrc_get wpa_supplicant_conf_file )
1253 f_wpa_supplicant_parse "$conf_file" \
1333 'rm -f "%s"' "$conf_file" || continu
[all...]
/freebsd/contrib/mandoc/
H A Dmain.c133 const char *conf_file; /* -C: alternate config file. */ in main() local
185 conf_file = NULL; in main()
230 conf_file = optarg; in main()
487 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.ac192 AC_ARG_WITH([conf_file], optwith