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

1234567891011>>

/freebsd-10.0-release/contrib/openresolv/
H A Dresolvconf.conf2 # See resolvconf.conf(5) for details
4 resolv_conf=/etc/resolv.conf
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend-query/
H A Dquery-langs.sh28 cat ${PROGDIR}/conf/avail-langs
/freebsd-10.0-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, const char *name);
82 int _CONF_new_data(CONF *conf);
83 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)
81 lh_stats(conf,stdout);
82 lh_node_stats(conf,stdout);
83 lh_node_usage_stats(conf,stdout);
85 s=CONF_get_string(conf,NULL,"init2");
88 s=CONF_get_string(conf,NUL
[all...]
H A Dconf_lib.c62 #include <openssl/conf.h>
72 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) argument
77 default_CONF_method->init(conf);
78 conf->data = hash;
90 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
107 ltmp = CONF_load_bio(conf, in, eline);
114 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
123 ltmp = CONF_load_bio(conf, btmp, eline);
129 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
135 CONF_set_nconf(&ctmp, conf);
251 NCONF_free(CONF *conf) argument
258 NCONF_free_data(CONF *conf) argument
265 NCONF_load(CONF *conf, const char *file, long *eline) argument
277 NCONF_load_fp(CONF *conf, FILE *fp,long *eline) argument
292 NCONF_load_bio(CONF *conf, BIO *bp,long *eline) argument
320 NCONF_get_string(const CONF *conf,const char *group,const char *name) argument
340 NCONF_get_number_e(const CONF *conf,const char *group,const char *name, long *result) argument
366 NCONF_dump_fp(const CONF *conf, FILE *out) argument
380 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
176 def_destroy_data(CONF *conf) argument
184 def_load(CONF *conf, const char *name, long *line) argument
209 def_load_bio(CONF *conf, BIO *in, long *line) argument
458 clear_comments(CONF *conf, char *p) argument
503 str_copy(CONF *conf, char *section, char **pto, char *from) argument
649 eat_ws(CONF *conf, char *p) argument
656 eat_alpha_numeric(CONF *conf, char *p) argument
671 scan_quote(CONF *conf, char *p) argument
690 scan_dquote(CONF *conf, char *p) argument
724 def_dump(const CONF *conf, BIO *out) argument
731 def_is_number(const CONF *conf, char c) argument
736 def_to_int(const CONF *conf, char c) argument
[all...]
/freebsd-10.0-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-10.0-release/etc/defaults/
H A DMakefile3 FILES= bluetooth.device.conf devfs.rules periodic.conf rc.conf
/freebsd-10.0-release/etc/devd/
H A DMakefile3 FILES= uath.conf usb.conf
6 FILES+= apple.conf
10 FILES+= asus.conf
/freebsd-10.0-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-10.0-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-10.0-release/etc/bluetooth/
H A DMakefile5 FILES= hcsecd.conf hosts protocols
6 FILESMODE_hcsecd.conf= 600
/freebsd-10.0-release/etc/periodic/security/
H A D410.logincheck32 if [ -r /etc/defaults/periodic.conf ]
34 . /etc/defaults/periodic.conf
45 echo 'Checking login.conf permissions:'
46 if [ -G /etc/login.conf -a -O /etc/login.conf ]; then
49 echo "Bad ownership of /etc/login.conf"
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Devp_acnf.c61 #include <openssl/conf.h>
/freebsd-10.0-release/usr.bin/iscsictl/
H A Discsictl.h39 #define DEFAULT_CONFIG_PATH "/etc/iscsi.conf"
63 struct conf *t_conf;
81 struct conf { struct
102 struct conf *conf_new(void);
103 struct conf *conf_new_from_file(const char *path);
104 void conf_delete(struct conf *conf);
105 void conf_verify(struct conf *conf);
107 struct target *target_new(struct conf *con
[all...]
/freebsd-10.0-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
128 }" >> $BSDINSTALL_TMPETC/wpa_supplicant.conf
[all...]
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dap_config.c99 struct hostapd_config *conf; local
122 conf = os_zalloc(sizeof(*conf));
124 if (conf == NULL || bss == NULL) {
127 os_free(conf);
134 os_free(conf);
141 conf->num_bss = 1;
142 conf->bss = bss;
144 conf->beacon_int = 100;
145 conf
291 hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) argument
386 hostapd_config_free_bss(struct hostapd_bss_config *conf) argument
529 hostapd_config_free(struct hostapd_config *conf) argument
609 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *prev_psk) argument
[all...]
/freebsd-10.0-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-10.0-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-10.0-release/usr.sbin/faithd/
H A Dprefix.c191 struct config *conf; local
231 conf = (struct config *)malloc(sizeof(*conf));
232 if (conf == NULL)
234 memset(conf, 0, sizeof(*conf));
237 conf->permit = 1;
239 conf->permit = 0;
242 conf->permit = 0;
245 if (prefix_set(token[0], &conf
266 struct config *conf, *p; local
325 static struct config conf; local
[all...]
/freebsd-10.0-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-10.0-release/contrib/wpa/hostapd/
H A Dconfig_file.h13 int hostapd_set_iface(struct hostapd_config *conf,
/freebsd-10.0-release/etc/periodic/daily/
H A D150.clean-hoststat10 if [ -r /etc/defaults/periodic.conf ]; then
11 . /etc/defaults/periodic.conf
H A D300.calendar13 if [ -r /etc/defaults/periodic.conf ]
15 . /etc/defaults/periodic.conf

Completed in 207 milliseconds

1234567891011>>