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

/freebsd-12-stable/libexec/rc/rc.d/
H A Dhostapd19 conf_file="/etc/${name}.conf"
23 conf_file="/etc/${name}-${ifn}.conf"
27 command_args="-P ${pidfile} -B ${conf_file}"
28 required_files="${conf_file}"
H A Dwpa_supplicant41 conf_file=${wpa_supplicant_conf_file}
43 command_args="-B -i $ifn -c $conf_file -D $driver -P $pidfile"
44 required_files=$conf_file
/freebsd-12-stable/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.c116 const char *conf_file, *template_user; local
118 conf_file = openpam_get_option(pamh, PAM_OPT_CONF);
126 if (tac_config(tach, conf_file) == -1) {
/freebsd-12-stable/lib/libpam/modules/pam_radius/
H A Dpam_radius.c303 const char *conf_file, *template_user, *nas_id, *nas_ipaddr; local
307 conf_file = openpam_get_option(pamh, PAM_OPT_CONF);
333 if (rad_config(radh, conf_file) == -1) {
/freebsd-12-stable/contrib/mandoc/
H A Dmain.c123 char *conf_file, *defpaths, *auxpaths; local
168 conf_file = defpaths = NULL;
209 conf_file = optarg;
454 manconf_parse(&conf, conf_file, defpaths, auxpaths);
/freebsd-12-stable/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-12-stable/contrib/wpa/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 301 milliseconds