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

1234567891011>>

/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D057MsgChomp.t24 my $conf = q(
31 Log::Log4perl->init( \$conf );
42 $conf = q(
50 Log::Log4perl->init( \$conf );
60 $conf = q(
67 Log::Log4perl->init( \$conf );
76 $conf = q(
83 Log::Log4perl->init( \$conf );
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/t/lib/Template/Plugin/
H A DSimple.pm13 my ($self, $text, $args, $conf) = @_;
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dkadmin.c163 kadm5_config_params conf; local
188 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
202 memset(&conf, 0, sizeof(conf));
206 conf.realm = realm;
207 conf.mask |= KADM5_CONFIG_REALM;
211 conf.admin_server = admin_server;
212 conf.mask |= KADM5_CONFIG_ADMIN_SERVER;
216 conf.kadmind_port = htons(server_port);
217 conf
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dstartup_nis_ldap_server.sh32 NIS_CONF=$DATADIR/slapd-bdb2-nis-master.conf
34 NIS_CONF=$DATADIR/slapd-nis-master.conf
/macosx-10.10/OpenSSL098-52/src/crypto/conf/
H A Dconf_mall.c62 #include <openssl/conf.h>
/macosx-10.10/apache-793/httpd/build/
H A Dbinbuild.sh154 bindist/conf/httpd-std.conf > bindist/conf/httpd.conf
155 cp bindist/conf/httpd.conf bindist/conf/httpd-std.conf
H A Dinstall-bindist.sh.in123 if [ -d $SR/conf ]
126 cp bindist/conf/*-std.conf $SR/conf/
128 lcopy bindist/conf $SR/conf 750 640
129 sed -e "s%@default_dir@%$SR%" $SR/conf/httpd-std.conf > $SR/conf/httpd.conf
[all...]
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authn_core.c76 authn_core_dir_conf *conf = local
79 return (void *)conf;
86 authn_core_dir_conf *conf = local
90 conf->ap_auth_type = new->ap_auth_type;
91 conf->auth_type_set = 1;
94 conf->ap_auth_type = base->ap_auth_type;
95 conf->auth_type_set = base->auth_type_set;
99 conf->ap_auth_name = new->ap_auth_name;
101 conf->ap_auth_name = base->ap_auth_name;
104 return (void*)conf;
319 authn_core_dir_conf *conf; local
329 authn_core_dir_conf *conf; local
[all...]
H A Dmod_auth_digest.c446 digest_config_rec *conf; local
452 conf = (digest_config_rec *) apr_pcalloc(p, sizeof(digest_config_rec));
453 if (conf) {
454 conf->qop_list = apr_array_make(p, 2, sizeof(char *));
455 conf->nonce_lifetime = DFLT_NONCE_LIFE;
456 conf->dir_name = apr_pstrdup(p, dir);
457 conf->algorithm = DFLT_ALGORITHM;
460 return conf;
465 digest_config_rec *conf = (digest_config_rec *) config; local
472 conf
489 digest_config_rec *conf = (digest_config_rec*)config; local
533 digest_config_rec *conf = (digest_config_rec *) config; local
1042 gen_nonce_hash(char *hash, const char *timestr, const char *opaque, const server_rec *server, const digest_config_rec *conf) argument
1069 gen_nonce(apr_pool_t *p, apr_time_t now, const char *opaque, const server_rec *server, const digest_config_rec *conf) argument
1160 get_userpw_hash(const request_rec *r, const digest_header_rec *resp, const digest_config_rec *conf) argument
1176 get_session_HA1(const request_rec *r, digest_header_rec *resp, const digest_config_rec *conf, int generate) argument
1227 note_digest_auth_failure(request_rec *r, const digest_config_rec *conf, digest_header_rec *resp, int stale) argument
1334 digest_config_rec *conf; local
1368 get_hash(request_rec *r, const char *user, digest_config_rec *conf) argument
1427 check_nc(const request_rec *r, const digest_header_rec *resp, const digest_config_rec *conf) argument
1480 check_nonce(request_rec *r, digest_header_rec *resp, const digest_config_rec *conf) argument
1560 new_digest(const request_rec *r, digest_header_rec *resp, const digest_config_rec *conf) argument
1654 digest_config_rec *conf; local
1934 const digest_config_rec *conf = local
[all...]
H A Dmod_authz_groupfile.c67 authz_groupfile_config_rec *conf = apr_palloc(p, sizeof(*conf)); local
69 conf->groupfile = NULL;
70 return conf;
139 authz_groupfile_config_rec *conf = ap_get_module_config(r->per_dir_config, local
158 if (!(conf->groupfile)) {
164 status = groups_for_user(r->pool, user, conf->groupfile,
170 conf->groupfile);
179 r->user, r->uri, conf->groupfile);
212 authz_groupfile_config_rec *conf local
[all...]
/macosx-10.10/crontabs-52/files/daily/
H A D140.clean-rwho10 if [ -r /etc/defaults/periodic.conf ]
12 . /etc/defaults/periodic.conf
/macosx-10.10/crontabs-52/files/monthly/
H A D200.accounting8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/macosx-10.10/crontabs-52/files/weekly/
H A D320.whatis8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dsynctime.c237 int conf_init(conf_t *conf) argument
241 *conf->http_proxy = 0;
243 conf->proxy_user[i] = 0; /* Clean up password from memory */
244 *conf->timeserver = 0;
251 conf_t conf[1]; local
268 conf_init(conf);
273 snprintf(conf->timeserver, MAX_STRING, "%s", &argv[OptionIndex][9]);
282 snprintf(conf->proxy_user, MAX_STRING, "%s", &argv[OptionIndex][13]);
285 snprintf(conf->http_proxy, MAX_STRING, "%s", &argv[OptionIndex][8]);
296 if (*conf
[all...]
/macosx-10.10/ntp-92/scripts/rc1/
H A Dxntp18 if [ -f /etc/inet/ntp.conf -a -x /usr/sbin/xntpd ]
20 /usr/sbin/xntpd -c /etc/inet/ntp.conf
/macosx-10.10/xnu-2782.1.97/libsa/
H A DMakefile10 COMP_SUBDIRS = conf
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/logfileconfig/
H A Dtests.sh20 . $SYSTEMTESTTOP/conf.sh
32 myRNDC="$RNDC -c ${THISDIR}/${CONFDIR}/rndc.conf"
33 myNAMED="$NAMED -c ${THISDIR}/${CONFDIR}/named.conf -m record,size,mctx -T clienttest -d 99"
58 cp $PLAINCONF named.conf
76 cp $DIRCONF named.conf
98 cp $PIPECONF named.conf
123 cp $SYMCONF named.conf
/macosx-10.10/Heimdal-398.1.2/admin/
H A Dchange.c44 kadm5_config_params conf; local
57 memset (&conf, 0, sizeof(conf));
61 conf.realm = strdup(realm);
62 if (conf.realm == NULL) {
67 conf.mask |= KADM5_CONFIG_REALM;
70 conf.admin_server = strdup(admin_server);
71 if (conf.admin_server == NULL) {
73 free(conf.realm);
77 conf
[all...]
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_ident.c262 ident_config_rec *conf = apr_palloc(p, sizeof(*conf)); local
264 conf->do_rfc1413 = DEFAULT_RFC1413 | RFC1413_UNSET;
265 conf->timeout = apr_time_from_sec(RFC1413_TIMEOUT);
266 conf->timeout_unset = 1;
268 return (void *)conf;
273 ident_config_rec *conf = (ident_config_rec *)apr_pcalloc(p, sizeof(*conf)); local
277 conf->timeout = new->timeout_unset
281 conf
305 ident_config_rec *conf; local
[all...]
/macosx-10.10/apache-793/
H A DMakefile11 PR-5432464.diff_httpd.conf \
14 patch-docs__conf__httpd.conf.in \
17 patch-docs__conf__extra__httpd-mpm.conf.in \
19 patch-docs__conf__extra__httpd-userdir.conf.in \
43 Post_Install_Targets = module-setup module-disable module-enable recopy-httpd-conf \
71 $(INSTALL_FILE) $(SRCROOT)/conf/*.conf $(DSTROOT)$(SYSCONFDIR_OTHER)
72 $(RM) $(DSTROOT)$(SYSCONFDIR)/httpd.conf.bak
76 sed -i '' -e '/unique_id_module/s/^/#/' $(DSTROOT)$(SYSCONFDIR)/httpd.conf
77 sed -i '' -e '/lbmethod_heartbeat_module/s/^/#/' $(DSTROOT)$(SYSCONFDIR)/httpd.conf
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dtreeview.rb119 ret = Hash[*(tk_split_simplelist(tk_call_without_enc(*(__item_confinfo_cmd(tagid(tagOrId)))), false, false))].to_a.collect{|conf|
120 conf[0] = conf[0][1..-1] if conf[0][0] == ?-
121 case conf[0]
123 method = _symbolkey2str(__item_val2ruby_optkeys(tagid(tagOrId)))[conf[0]]
124 optval = conf[1]
131 conf[1] = val
138 conf[1] = number(conf[
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dlv/ns1/
H A Dsign.sh24 . $SYSTEMTESTTOP/conf.sh
50 ' > trusted.conf
51 cp trusted.conf ../ns5
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dlvauto/
H A Dtests.sh18 . $SYSTEMTESTTOP/conf.sh
34 (cd ns2; $NAMED -f -d 100 -c named.conf >> named.run 2>&1 & )
48 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 secroots 2>&1 | sed 's/^/I:ns2 /'
/macosx-10.10/ntp-92/
H A Dntpd-wrapper6 DNS=/var/run/resolv.conf
26 for server in $(awk '/^server/ {print $2}' /etc/ntp.conf); do
34 exec /usr/sbin/ntpd -c /private/etc/ntp-restrict.conf -n -g -p /var/run/ntpd.pid -f /var/db/ntp.drift
/macosx-10.10/postfix-255/postfix/examples/chroot-setup/
H A DLINUX277 $CP -f $lt /etc/services /etc/resolv.conf /etc/nsswitch.conf etc
78 $CP -f /etc/host.conf /etc/hosts /etc/passwd etc

Completed in 304 milliseconds

1234567891011>>