Searched refs:conf (Results 1 - 25 of 1249) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/openresolv/
H A Dresolvconf.conf2 # See resolvconf.conf(5) for details
4 resolv_conf=/etc/resolv.conf
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend-query/
H A Dquery-langs.sh28 cat ${PROGDIR}/conf/avail-langs
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_api.h63 # include <openssl/conf.h>
70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section,
83 int _CONF_new_data(CONF *conf);
84 void _CONF_free_data(CONF *conf);
H A Dtest.c1 /* crypto/conf/test.c */
61 #include <openssl/conf.h>
66 LHASH *conf; local
73 conf = CONF_load(NULL, "ssleay.cnf", &eline);
74 if (conf == NULL) {
80 lh_stats(conf, stdout);
81 lh_node_stats(conf, stdout);
82 lh_node_usage_stats(conf, stdout);
84 s = CONF_get_string(conf, NULL, "init2");
87 s = CONF_get_string(conf, NUL
[all...]
H A Dconf_lib.c63 #include <openssl/conf.h>
73 void CONF_set_nconf(CONF *conf, LHASH *hash) argument
78 default_CONF_method->init(conf);
79 conf->data = hash;
93 LHASH *CONF_load(LHASH *conf, const char *file, long *eline) argument
108 ltmp = CONF_load_bio(conf, in, eline);
115 LHASH *CONF_load_fp(LHASH *conf, FILE *fp, long *eline) argument
123 ltmp = CONF_load_bio(conf, btmp, eline);
129 LHASH *CONF_load_bio(LHASH *conf, BIO *bp, long *eline) argument
134 CONF_set_nconf(&ctmp, conf);
153 CONF_get_string(LHASH *conf, const char *group, const char *name) argument
164 CONF_get_number(LHASH *conf, const char *group, const char *name) argument
184 CONF_free(LHASH *conf) argument
192 CONF_dump_fp(LHASH *conf, FILE *out) argument
207 CONF_dump_bio(LHASH *conf, BIO *out) argument
238 NCONF_free(CONF *conf) argument
245 NCONF_free_data(CONF *conf) argument
252 NCONF_load(CONF *conf, const char *file, long *eline) argument
263 NCONF_load_fp(CONF *conf, FILE *fp, long *eline) argument
277 NCONF_load_bio(CONF *conf, BIO *bp, long *eline) argument
302 NCONF_get_string(const CONF *conf, const char *group, const char *name) argument
323 NCONF_get_number_e(const CONF *conf, const char *group, const char *name, long *result) argument
347 NCONF_dump_fp(const CONF *conf, FILE *out) argument
361 NCONF_dump_bio(const CONF *conf, BIO *out) argument
[all...]
H A Dconf_def.c1 /* crypto/conf/conf.c */
59 /* Part of the code in here was originally in conf.c, which is now removed */
66 #include <openssl/conf.h>
72 static char *eat_ws(CONF *conf, char *p);
73 static char *eat_alpha_numeric(CONF *conf, char *p);
74 static void clear_comments(CONF *conf, char *p);
75 static int str_copy(CONF *conf, char *section, char **to, char *from);
76 static char *scan_quote(CONF *conf, char *p);
77 static char *scan_dquote(CONF *conf, cha
142 def_init_default(CONF *conf) argument
154 def_init_WIN32(CONF *conf) argument
166 def_destroy(CONF *conf) argument
175 def_destroy_data(CONF *conf) argument
183 def_load(CONF *conf, const char *name, long *line) argument
207 def_load_bio(CONF *conf, BIO *in, long *line) argument
445 clear_comments(CONF *conf, char *p) argument
482 str_copy(CONF *conf, char *section, char **pto, char *from) argument
627 eat_ws(CONF *conf, char *p) argument
634 eat_alpha_numeric(CONF *conf, char *p) argument
647 scan_quote(CONF *conf, char *p) argument
665 scan_dquote(CONF *conf, char *p) argument
695 def_dump(const CONF *conf, BIO *out) argument
701 def_is_number(const CONF *conf, char c) argument
706 def_to_int(const CONF *conf, char c) argument
[all...]
H A Dconf_api.c59 /* Part of the code in here was originally in conf.c, which is now removed */
69 #include <openssl/conf.h>
73 static void value_free_hash(CONF_VALUE *a, LHASH *conf);
74 static void value_free_stack(CONF_VALUE *a, LHASH *conf);
87 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) argument
91 if ((conf == NULL) || (section == NULL))
95 v = (CONF_VALUE *)lh_retrieve(conf->data, &vv);
100 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
105 v = _CONF_get_section(conf, section);
112 int _CONF_add_string(CONF *conf, CONF_VALU argument
134 _CONF_get_string(const CONF *conf, const char *section, const char *name) argument
188 _CONF_new_data(CONF *conf) argument
200 _CONF_free_data(CONF *conf) argument
219 value_free_hash(CONF_VALUE *a, LHASH *conf) argument
226 value_free_stack(CONF_VALUE *a, LHASH *conf) argument
278 _CONF_new_section(CONF *conf, const char *section) argument
[all...]
/freebsd-9.3-release/tools/regression/geom/ConfCmp/
H A DMakefile25 ./${PROG} a1.conf a1.conf
26 ./${PROG} a1.conf a1a.conf
27 if ./${PROG} a1.conf a1b.conf > /dev/null 2>&1 ; then exit 1 ; fi
28 if ./${PROG} a1.conf a1c.conf > /dev/null 2>&1 ; then exit 1 ; fi
29 if ./${PROG} a1.conf a1d.conf > /de
[all...]
/freebsd-9.3-release/etc/defaults/
H A DMakefile3 FILES= bluetooth.device.conf devfs.rules periodic.conf rc.conf
/freebsd-9.3-release/etc/devd/
H A DMakefile3 FILES= uath.conf usb.conf
6 FILES+= apple.conf
10 FILES+= asus.conf
/freebsd-9.3-release/share/man/man5/
H A DMakefile10 bluetooth.device.conf.5 \
16 devfs.conf.5 \
35 libmap.conf.5 \
39 mailer.conf.5 \
40 make.conf.5 \
46 nsmb.conf.5 \
47 nsswitch.conf.5 \
51 periodic.conf.5 \
54 portsnap.conf.5 \
58 rc.conf
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/lhash/
H A Dlh_test.c66 LHASH *conf; local
70 conf = lh_new(lh_strhash, strcmp);
81 lh_insert(conf, p);
84 lh_node_stats(conf, stdout);
85 lh_stats(conf, stdout);
86 lh_node_usage_stats(conf, stdout);
/freebsd-9.3-release/etc/bluetooth/
H A DMakefile5 FILES= hcsecd.conf hosts protocols
6 FILESMODE_hcsecd.conf= 600
/freebsd-9.3-release/etc/periodic/security/
H A D410.logincheck32 if [ -r /etc/defaults/periodic.conf ]
34 . /etc/defaults/periodic.conf
41 echo 'Checking login.conf permissions:'
42 if [ -G /etc/login.conf -a -O /etc/login.conf ]; then
45 echo "Bad ownership of /etc/login.conf"
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Devp_acnf.c62 #include <openssl/conf.h>
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dconfig32 cat $BSDINSTALL_TMPETC/rc.conf.* >> $BSDINSTALL_TMPETC/rc.conf
33 rm $BSDINSTALL_TMPETC/rc.conf.*
37 cat $BSDINSTALL_TMPBOOT/loader.conf.* >> $BSDINSTALL_TMPBOOT/loader.conf
38 rm $BSDINSTALL_TMPBOOT/loader.conf.*
H A Dwlanconfig37 echo -n > $BSDINSTALL_TMPETC/wpa_supplicant.conf
38 chmod 0600 $BSDINSTALL_TMPETC/wpa_supplicant.conf
40 echo "ctrl_interface=/var/run/wpa_supplicant" >> $BSDINSTALL_TMPETC/wpa_supplicant.conf
41 echo "eapol_version=2" >> $BSDINSTALL_TMPETC/wpa_supplicant.conf
42 echo "ap_scan=1" >> $BSDINSTALL_TMPETC/wpa_supplicant.conf
43 echo "fast_reauth=1" >> $BSDINSTALL_TMPETC/wpa_supplicant.conf
44 echo >> $BSDINSTALL_TMPETC/wpa_supplicant.conf
49 wpa_supplicant -B -i $1 -c $BSDINSTALL_TMPETC/wpa_supplicant.conf)) || \
112 }" >> $BSDINSTALL_TMPETC/wpa_supplicant.conf
125 key_mgmt=WPA-EAP" >> $BSDINSTALL_TMPETC/wpa_supplicant.conf
[all...]
/freebsd-9.3-release/contrib/bind9/lib/irs/
H A Dresconf.c22 * Module for parsing resolv.conf files (largely derived from lwconfig.c).
39 * /etc/resolv.conf
78 * resolv.conf parameters
121 resconf_parsenameserver(irs_resconf_t *conf, FILE *fp);
123 resconf_parsedomain(irs_resconf_t *conf, FILE *fp);
125 resconf_parsesearch(irs_resconf_t *conf, FILE *fp);
127 resconf_parsesortlist(irs_resconf_t *conf, FILE *fp);
277 resconf_parsenameserver(irs_resconf_t *conf, FILE *fp) { argument
282 if (conf->numns == RESCONFMAXNAMESERVERS)
294 result = add_server(conf
303 resconf_parsedomain(irs_resconf_t *conf, FILE *fp) argument
338 resconf_parsesearch(irs_resconf_t *conf, FILE *fp) argument
387 resconf_parsesortlist(irs_resconf_t *conf, FILE *fp) argument
434 resconf_parseoption(irs_resconf_t *conf, FILE *fp) argument
466 add_search(irs_resconf_t *conf, char *domain) argument
487 irs_resconf_t *conf; local
593 irs_resconf_t *conf; local
626 irs_resconf_getnameservers(irs_resconf_t *conf) argument
633 irs_resconf_getsearchlist(irs_resconf_t *conf) argument
640 irs_resconf_getndots(irs_resconf_t *conf) argument
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_prtn_config.c78 static int partition_create(unsigned lineno, struct part_conf *conf, argument
98 conf->p_prtn = osm_prtn_make_new(conf->p_log, conf->p_subn,
100 if (!conf->p_prtn)
103 if (!conf->p_subn->opt.qos && conf->sl != OSM_DEFAULT_SL) {
104 OSM_LOG(conf->p_log, OSM_LOG_DEBUG, "Overriding SL %d"
107 conf->sl, OSM_DEFAULT_SL, name);
108 conf
135 partition_add_flag(unsigned lineno, struct part_conf *conf, char *flag, char *val) argument
192 partition_add_port(unsigned lineno, struct part_conf *conf, char *name, char *flag) argument
287 struct part_conf *conf = &part; local
299 flush_part_conf(struct part_conf *conf) argument
305 parse_part_conf(struct part_conf *conf, char *str, int lineno) argument
397 struct part_conf *conf = NULL; local
[all...]
/freebsd-9.3-release/tools/tools/nanobsd/rescue/
H A Dcommon24 # Options to put in make.conf during buildworld only
27 # Options to put in make.conf during installworld only
30 # Options to put in make.conf during both build- & installworld.
52 # echo "console=\"comconsole\"" > boot/loader.conf
53 # echo "comconsole_speed=\"115200\"" >> boot/loader.conf
54 # echo "hint.acpi.0.disabled=\"1\"" >> boot/loader.conf
63 echo "hostname=\"rescue\"" > etc/rc.conf
64 echo "font8x14=\"iso15-8x14\"" >> etc/rc.conf
65 echo "font8x16=\"iso15-8x16\"" >> etc/rc.conf
66 echo "font8x8=\"iso15-8x8\"" >> etc/rc.conf
[all...]
/freebsd-9.3-release/usr.sbin/faithd/
H A Dprefix.c195 struct config *conf; local
235 conf = (struct config *)malloc(sizeof(*conf));
236 if (conf == NULL)
238 memset(conf, 0, sizeof(*conf));
241 conf->permit = 1;
243 conf->permit = 0;
246 conf->permit = 0;
249 if (prefix_set(token[0], &conf
270 struct config *conf, *p; local
329 static struct config conf; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/irs/include/irs/
H A Dresconf.h25 * The IRS resconf module parses the legacy "/etc/resolv.conf" file and
34 * in the "resolv.conf" file.
48 * Load the resolver configuration file 'filename' in the "resolv.conf" format,
92 irs_resconf_getnameservers(irs_resconf_t *conf);
94 * Return a list of name server addresses stored in 'conf'.
98 *\li 'conf' is a valid resconf object.
102 irs_resconf_getsearchlist(irs_resconf_t *conf);
104 * Return the search list stored in 'conf'.
108 *\li 'conf' is a valid resconf object.
112 irs_resconf_getndots(irs_resconf_t *conf);
[all...]
/freebsd-9.3-release/usr.sbin/pc-sysinstall/conf/
H A DMakefile6 CONF= exclude-from-upgrade pc-sysinstall.conf avail-langs
7 CONFDIR= ${SHAREDIR}/pc-sysinstall/conf
9 LICENSEDIR= ${SHAREDIR}/pc-sysinstall/conf/license
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_config.c92 struct hostapd_config *conf; local
105 conf = os_zalloc(sizeof(*conf));
107 if (conf == NULL || bss == NULL) {
110 os_free(conf);
117 os_free(conf);
124 conf->num_bss = 1;
125 conf->bss = bss;
127 conf->beacon_int = 100;
128 conf
269 hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) argument
340 hostapd_config_free_bss(struct hostapd_bss_config *conf) argument
455 hostapd_config_free(struct hostapd_config *conf) argument
535 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *prev_psk) argument
555 hostapd_get_eap_user(const struct hostapd_bss_config *conf, const u8 *identity, size_t identity_len, int phase2) argument
[all...]
/freebsd-9.3-release/etc/periodic/daily/
H A D150.clean-hoststat10 if [ -r /etc/defaults/periodic.conf ]; then
11 . /etc/defaults/periodic.conf

Completed in 126 milliseconds

1234567891011>>