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

/freebsd-9.3-release/etc/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_supplicant40 conf_file=${wpa_supplicant_conf_file}
42 command_args="-B -i $ifn -c $conf_file -D $driver -P $pidfile"
43 required_files=$conf_file
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3conf.c74 char *conf_file; local
84 conf_file = argv[2];
85 if (!conf_file)
86 conf_file = "test.cnf";
89 fprintf(stderr, "Error opening Config file %s\n", conf_file);
/freebsd-9.3-release/contrib/ofed/management/
H A Dgen_ver.sh22 conf_file=$package/configure.in
23 version=`cat $conf_file | sed -ne '/AC_INIT.*'$package'.*/s/^AC_INIT.*'$package', \(.*\),.*$/\1/p'`
/freebsd-9.3-release/usr.sbin/mount_portalfs/
H A Dconf.c66 static char *conf_file; /* XXX for regerror */ variable
197 conf_file, curp->p_lno, curp->p_key, errbuf);
291 conf_file = conf; /* XXX */
293 conf_file = 0; /* XXX */
/freebsd-9.3-release/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.c114 const char *conf_file, *template_user; local
116 conf_file = openpam_get_option(pamh, PAM_OPT_CONF);
124 if (tac_config(tach, conf_file) == -1) {
/freebsd-9.3-release/lib/libpam/modules/pam_radius/
H A Dpam_radius.c250 const char *conf_file, *template_user, *nas_id, *nas_ipaddr; local
254 conf_file = openpam_get_option(pamh, PAM_OPT_CONF);
279 if (rad_config(radh, conf_file) == -1) {
/freebsd-9.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_subnet.h1022 int osm_subn_parse_conf_file(char *conf_file, osm_subn_opt_t * const p_opt);
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipmon.c173 static char *conf_file = NULL; variable
1353 if (conf_file != NULL)
1504 conf_file = optarg;
1587 if (conf_file)
1588 if (load_config(conf_file) == -1)
1697 if (conf_file != NULL)
1698 load_config(conf_file);

Completed in 79 milliseconds