Searched refs:conf (Results 51 - 75 of 2249) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/irs/
H A Dresconf.c24 * Module for parsing resolv.conf files (largely derived from lwconfig.c).
41 * /etc/resolv.conf
80 * resolv.conf parameters
123 resconf_parsenameserver(irs_resconf_t *conf, FILE *fp);
125 resconf_parsedomain(irs_resconf_t *conf, FILE *fp);
127 resconf_parsesearch(irs_resconf_t *conf, FILE *fp);
129 resconf_parsesortlist(irs_resconf_t *conf, FILE *fp);
279 resconf_parsenameserver(irs_resconf_t *conf, FILE *fp) { argument
284 if (conf->numns == RESCONFMAXNAMESERVERS)
296 result = add_server(conf
305 resconf_parsedomain(irs_resconf_t *conf, FILE *fp) argument
340 resconf_parsesearch(irs_resconf_t *conf, FILE *fp) argument
389 resconf_parsesortlist(irs_resconf_t *conf, FILE *fp) argument
436 resconf_parseoption(irs_resconf_t *conf, FILE *fp) argument
468 add_search(irs_resconf_t *conf, char *domain) argument
489 irs_resconf_t *conf; local
588 irs_resconf_t *conf; local
621 irs_resconf_getnameservers(irs_resconf_t *conf) argument
628 irs_resconf_getsearchlist(irs_resconf_t *conf) argument
635 irs_resconf_getndots(irs_resconf_t *conf) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_conf.c68 init_tcsd_config(struct tcsd_config *conf) argument
70 conf->port = -1;
71 conf->num_threads = -1;
72 conf->system_ps_file = NULL;
73 conf->system_ps_dir = NULL;
74 conf->firmware_log_file = NULL;
75 conf->firmware_pcrs = 0;
76 conf->kernel_log_file = NULL;
77 conf->kernel_pcrs = 0;
78 conf
89 platform_class_list_append(struct tcsd_config *conf, char *specName, TSS_BOOL is_main) argument
135 config_set_defaults(struct tcsd_config *conf) argument
247 tcsd_set_remote_op(struct tcsd_config *conf, char *op_name) argument
265 read_conf_line(char *buf, int line_num, struct tcsd_config *conf) argument
639 read_conf_file(FILE *f, struct tcsd_config *conf) argument
668 conf_file_final(struct tcsd_config *conf) argument
705 conf_file_init(struct tcsd_config *conf) argument
[all...]
/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Dipfilter15 stop_precmd="test -f /etc/ipf.conf -o -f /etc/ipf6.conf"
27 if [ ! -f /etc/ipf.conf ] && [ ! -f /etc/ipf6.conf ]; then
28 warn "/etc/ipf*.conf not readable; ipfilter start aborted."
43 if [ -f /etc/ipf.conf ]; then
46 if [ -f /etc/ipf6.conf ]; then
52 if [ -f /etc/ipf.conf ]; then
53 /sbin/ipf -f /etc/ipf.conf
55 if [ -f /etc/ipf6.conf ]; the
[all...]
H A Dpf_boot23 if [ -f /etc/pf.boot.conf ]; then
24 /sbin/pfctl -q -f /etc/pf.boot.conf
25 elif [ -f /etc/defaults/pf.boot.conf ]; then
26 /sbin/pfctl -q -f /etc/defaults/pf.boot.conf
H A Dccd19 if [ -f /etc/ccd.conf ]; then
27 if [ -f /etc/ccd.conf ]; then
H A Dcgd20 if [ -f /etc/cgd/cgd.conf ]; then
28 if [ -f /etc/cgd/cgd.conf ]; then
H A Dgpio18 if [ -f /etc/gpio.conf ]; then
20 cat /etc/gpio.conf |
H A Dstaticroute10 # See the route.conf(5) manual page for details.
21 if [ -s /etc/route.conf ]; then
45 done < /etc/route.conf )
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/conf/
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
650 eat_ws(CONF *conf, char *p) argument
657 eat_alpha_numeric(CONF *conf, char *p) argument
672 scan_quote(CONF *conf, char *p) argument
691 scan_dquote(CONF *conf, char *p) argument
725 def_dump(const CONF *conf, BIO *out) argument
732 def_is_number(const CONF *conf, char c) argument
737 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>
74 LHASH_OF(CONF_VALUE) *conf);
81 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section)
85 if ((conf == NULL) || (section == NULL)) return(NULL);
88 v=lh_CONF_VALUE_retrieve(conf->data,&vv);
93 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
98 v=_CONF_get_section(conf,section);
105 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) argument
118 v = lh_CONF_VALUE_insert(conf
129 _CONF_get_string(const CONF *conf, const char *section, const char *name) argument
224 _CONF_free_data(CONF *conf) argument
242 value_free_hash_doall_arg(CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf) argument
270 _CONF_new_section(CONF *conf, const char *section) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/checkconf/
H A Dtests.sh18 . $SYSTEMTESTTOP/conf.sh
24 $CHECKCONF good.conf > /dev/null 2>&1 || ret=1
30 awk 'BEGIN { ok = 0; } /cut here/ { ok = 1; getline } ok == 1 { print }' good.conf > good.conf.in
31 [ -s good.conf.in ] || ret=1
32 $CHECKCONF -p good.conf.in | grep -v '^good.conf.in:' > good.conf.out 2>&1 || ret=1
33 cmp good.conf.in good.conf
[all...]
/netbsd-6-1-5-RELEASE/distrib/common/
H A D10-resolv.conf11 echo "search ${new_domain_search}" >> /etc/resolv.conf
13 echo "search ${new_domain_name}" >> /etc/resolv.conf
16 echo "nameserver ${x}" >> /etc/resolv.conf
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/tkey/ns1/
H A Dsetup.sh24 rm -f named.conf
25 perl -p -e "s/KEYID/$keyid/;" < named.conf.in > named.conf
/netbsd-6-1-5-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...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/rsabigexponent/ns1/
H A Dsign.sh20 . $SYSTEMTESTTOP/conf.sh
45 ' > trusted.conf
47 cp trusted.conf ../ns2/trusted.conf
48 cp trusted.conf ../ns3/trusted.conf
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/irs/include/irs/
H A Dresconf.h27 * The IRS resconf module parses the legacy "/etc/resolv.conf" file and
36 * in the "resolv.conf" file.
50 * Load the resolver configuration file 'filename' in the "resolv.conf" format,
84 irs_resconf_getnameservers(irs_resconf_t *conf);
86 * Return a list of name server addresses stored in 'conf'.
90 *\li 'conf' is a valid resconf object.
94 irs_resconf_getsearchlist(irs_resconf_t *conf);
96 * Return the search list stored in 'conf'.
100 *\li 'conf' is a valid resconf object.
104 irs_resconf_getndots(irs_resconf_t *conf);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/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...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/bin/scripts/
H A DMakefile8 MAN+= amd.conf.5
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/pending/ns1/
H A Dsign.sh20 . $SYSTEMTESTTOP/conf.sh
49 ' > trusted.conf
50 cp trusted.conf ../ns2/trusted.conf
51 cp trusted.conf ../ns3/trusted.conf
52 cp trusted.conf ../ns4/trusted.conf
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/views/
H A Dclean.sh25 rm -f ns2/named.conf ns2/example.db ns3/named.conf ns3/internal.bk
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/bootyy/
H A DMakefile4 SRCS= bootyy.c conf.c
/netbsd-6-1-5-RELEASE/usr.sbin/pf/man/man5/
H A DMakefile7 MAN+= pf.boot.conf.5
8 MAN+= pf.conf.5
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-kdc-weak.in37 exec ${top_builddir}/tests/kdc/check-kdc ${objdir}/krb5-weak.conf
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/m4/
H A Damdgrep4 conf/*/*.[hc] \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/allow_query/
H A Dclean.sh24 rm -f ns2/named.conf

Completed in 318 milliseconds

1234567891011>>