Searched refs:conf (Results 126 - 150 of 2249) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/virtual-time/
H A Drunall.sh24 . $SYSTEMTESTTOP/conf.sh
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/conf/
H A DMakefile.zaurus.inc29 ldscript: ${THISARM}/conf/ldscript.zaurus ${THISARM}/conf/Makefile.zaurus.inc Makefile
32 ${THISARM}/conf/ldscript.zaurus > tmp && mv tmp $@
/netbsd-6-1-5-RELEASE/sys/compat/aoutm68k/
H A DMakefile5 DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
10 ${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
/netbsd-6-1-5-RELEASE/sys/compat/freebsd/
H A DMakefile5 DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
10 ${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A DMakefile5 DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
9 ${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A DMakefile5 DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
9 ${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
/netbsd-6-1-5-RELEASE/sys/compat/osf1/
H A DMakefile5 DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
9 ${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
/netbsd-6-1-5-RELEASE/sys/compat/sunos/
H A DMakefile5 DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
9 ${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
/netbsd-6-1-5-RELEASE/sys/compat/sunos32/
H A DMakefile5 DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
9 ${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A DMakefile5 DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
9 ${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
/netbsd-6-1-5-RELEASE/sys/compat/svr4_32/
H A DMakefile5 DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
12 ${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
/netbsd-6-1-5-RELEASE/sys/compat/ultrix/
H A DMakefile5 DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
9 ${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
/netbsd-6-1-5-RELEASE/sys/arch/alpha/compile/
H A Drebuild_all5 cflist=`cd ../conf ; find . -type f ! -name "*[a-z]*" ! -name ".*" | \
21 # docmd "cd ../conf ; config $cf"
/netbsd-6-1-5-RELEASE/share/examples/racoon/roadwarrior/server/
H A DMakefile8 FILES= racoon.conf racoon.conf-radius
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/staticstub/
H A Dclean.sh23 rm -rf */trusted.conf
27 rm -f ns2/named.conf
28 rm -f ns3/named.conf
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kadmin/
H A Dkadmin.c148 kadm5_config_params conf; local
173 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
187 memset(&conf, 0, sizeof(conf));
191 conf.realm = realm;
192 conf.mask |= KADM5_CONFIG_REALM;
196 conf.admin_server = admin_server;
197 conf.mask |= KADM5_CONFIG_ADMIN_SERVER;
201 conf.kadmind_port = htons(server_port);
202 conf
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/ap/
H A Dwps_hostapd.c53 struct hostapd_ssid *ssid = &hapd->conf->ssid;
128 if (hapd->conf->wps_pin_requests) {
131 f = fopen(hapd->conf->wps_pin_requests, "a");
227 if ((hapd->conf->wps_cred_processing == 1 ||
228 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) {
241 if (hapd->conf->wps_cred_processing == 1)
429 if (hapd->conf->ap_setup_locked)
442 if (!data->enrollee || hapd->conf->ap_pin == NULL)
461 if (!hapd->conf->ap_setup_locked) {
503 struct hostapd_bss_config *conf)
502 hostapd_init_wps(struct hostapd_data *hapd, struct hostapd_bss_config *conf) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/rsabigexponent/
H A Dtests.sh20 . $SYSTEMTESTTOP/conf.sh
28 for f in conf/good*.conf
37 for f in conf/bad*.conf
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/autosign/ns1/
H A Dkeygen.sh20 . $SYSTEMTESTTOP/conf.sh
52 ' > trusted.conf
53 cp trusted.conf ../ns2/trusted.conf
54 cp trusted.conf ../ns3/trusted.conf
55 cp trusted.conf ../ns4/trusted.conf
65 ' > trusted.conf
66 cp trusted.conf
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Dzkt-signer.c87 {"named-conf", required_argument, NULL, 'N'},
99 static void usage (char *mesg, zconf_t *conf);
101 static int parsedir (const char *dir, zone_t **zp, const zconf_t *conf);
108 static void copy_keyset (const char *dir, const char *domain, const zconf_t *conf);
329 verbmesg (1, zp->conf, "\n");
349 static void usage (char *mesg, zconf_t *conf) argument
360 fprintf (stderr, "-N named.conf ");
377 fprintf (stderr, "\t-N file%s", loptstr (", --named-conf=file\n", ""));
381 fprintf (stderr, "\t\t The file to sign should be given as an argument (default is \"%s.signed\")\n", conf->zonefile);
386 fprintf (stderr, "\t-r%s\t reload zone via %s\n", loptstr (", --reload", "\t"), conf
430 parsedir(const char *dir, zone_t **zp, const zconf_t *conf) argument
844 const zconf_t *conf; local
973 copy_keyset(const char *dir, const char *domain, const zconf_t *conf) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/radius/
H A Dradius_client.c167 * conf - RADIUS client configuration (list of RADIUS servers to use)
169 struct hostapd_radius_servers *conf; member in struct:radius_client_data
331 struct hostapd_radius_servers *conf = radius->conf; local
339 conf->acct_server->requests++;
341 conf->acct_server->timeouts++;
342 conf->acct_server->retransmissions++;
347 conf->auth_server->requests++;
349 conf->auth_server->timeouts++;
350 conf
382 struct hostapd_radius_servers *conf = radius->conf; local
631 struct hostapd_radius_servers *conf = radius->conf; local
694 struct hostapd_radius_servers *conf = radius->conf; local
954 struct hostapd_radius_servers *conf = radius->conf; local
1095 struct hostapd_radius_servers *conf = radius->conf; local
1141 struct hostapd_radius_servers *conf = radius->conf; local
1193 struct hostapd_radius_servers *conf = radius->conf; local
1254 radius_client_init(void *ctx, struct hostapd_radius_servers *conf) argument
1465 struct hostapd_radius_servers *conf = radius->conf; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dcnf_save.c1 /* crypto/conf/cnf_save.c */
60 #include <openssl/conf.h>
67 LHASH *conf; local
70 conf=CONF_load(NULL,"../../apps/openssl.cnf",&l);
71 if (conf == NULL)
77 lh_doall(conf,LHASH_DOALL_FN(print_conf));
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dv3conf.c63 #include <openssl/conf.h>
71 LHASH *conf; local
86 conf = CONF_load(NULL, "test.cnf", NULL);
87 if(!conf) {
108 if(!X509V3_EXT_add_conf(conf, NULL, "test_section", cert)) {
/netbsd-6-1-5-RELEASE/external/bsd/openresolv/dist/
H A Dlibc.in77 if [ -f "$SYSCONFDIR"/resolvconf.conf ]; then
78 . "$SYSCONFDIR"/resolvconf.conf
80 SYSCONFDIR="$SYSCONFDIR/resolvconf/resolv.conf.d"
81 base="$SYSCONFDIR/resolv.conf.d/base"
89 if [ -f "$SYSCONFDIR"/resolv.conf.d/head ]; then
90 resolv_conf_head="$(cat "${SYSCONFDIR}"/resolv.conf.d/head)"
92 if [ -f "$SYSCONFDIR"/resolv.conf.d/tail ]; then
93 resolv_conf_tail="$(cat "$SYSCONFDIR"/resolv.conf.d/tail)"
97 : ${resolv_conf:=/etc/resolv.conf}
101 if [ "${resolv_conf_head-x}" = x -a -f "$SYSCONFDIR"/resolv.conf
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/lib/
H A DMakefile12 MAN= pkg_install.conf.5 pkg_summary.5
18 pkg_install.conf.5: ${DIST}/lib/pkg_install.conf.5.in
20 ${DIST}/lib/pkg_install.conf.5.in > ${.TARGET}
24 CLEANFILES+= pkg_install.conf.5

Completed in 130 milliseconds

1234567891011>>