Searched refs:conf (Results 176 - 200 of 1045) sorted by relevance

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/libkern/conf/
H A DMakefile17 $(_v)$(MKDIR) $(addsuffix /conf, $(TARGET)); \
18 cd $(addsuffix /conf, $(TARGET)); \
31 SOURCE=$(subst conf/,,$(SOURCE)) \
/macosx-10.9.5/xnu-2422.115.4/libsa/conf/
H A DMakefile17 $(_v)$(MKDIR) $(addsuffix /conf, $(TARGET)); \
18 cd $(addsuffix /conf, $(TARGET)); \
31 SOURCE=$(subst conf/,,$(SOURCE)) \
/macosx-10.9.5/xnu-2422.115.4/osfmk/conf/
H A DMakefile17 $(_v)$(MKDIR) $(addsuffix /conf, $(TARGET)); \
18 cd $(addsuffix /conf, $(TARGET)); \
31 SOURCE=$(subst conf/,,$(SOURCE)) \
/macosx-10.9.5/xnu-2422.115.4/pexpert/conf/
H A DMakefile17 $(_v)$(MKDIR) $(addsuffix /conf, $(TARGET)); \
18 cd $(addsuffix /conf, $(TARGET)); \
31 SOURCE=$(subst conf/,,$(SOURCE)) \
/macosx-10.9.5/xnu-2422.115.4/security/conf/
H A DMakefile17 $(_v)$(MKDIR) $(addsuffix /conf, $(TARGET)); \
18 cd $(addsuffix /conf, $(TARGET)); \
31 SOURCE=$(subst conf/,,$(SOURCE)) \
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Drollover.c65 static dki_t *genkey (dki_t **listp, const char *dir, const char *domain, int ksk, const zconf_t *conf, int status) argument
73 dkp = dki_new (dir, domain, DKI_KSK, conf->k_algo, conf->k_bits, conf->k_random, conf->k_life / DAYSEC);
75 dkp = dki_new (dir, domain, DKI_ZSK, conf->k_algo, conf->z_bits, conf->z_random, conf->z_life / DAYSEC);
82 static dki_t *genkey2 (dki_t **listp, const char *dir, const char *domain, int ksk, const zconf_t *conf, in argument
[all...]
H A Ddnssec-zkt.c135 static void createkey (const char *keyname, const dki_t *list, const zconf_t *conf);
136 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf);
310 fprintf (stderr, "The use of -Z is deprecated. Please use zkt-conf instead\n");
486 static void createkey (const char *keyname, const dki_t *list, const zconf_t *conf) argument
506 memcpy (&localconf, conf, sizeof (zconf_t));
507 conf = loadconfig (path, &localconf);
512 dkp = dki_new (dir, keyname, DKI_ZSK, conf->k_algo, conf->z_bits, conf->z_random, conf
538 ksk_roll(const char *keyname, int phase, const dki_t *list, const zconf_t *conf) argument
[all...]
H A Dzkt-keyman.c123 static void createkey (const char *keyname, const dki_t *list, const zconf_t *conf);
124 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf);
393 static void createkey (const char *keyname, const dki_t *list, const zconf_t *conf) argument
413 memcpy (&localconf, conf, sizeof (zconf_t));
414 conf = loadconfig (path, &localconf);
419 dkp = dki_new (dir, keyname, DKI_ZSK, conf->k_algo, conf->z_bits, conf->z_random, conf->z_life / DAYSEC);
421 dkp = dki_new (dir, keyname, DKI_KSK, conf
445 ksk_roll(const char *keyname, int phase, const dki_t *list, const zconf_t *conf) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/t/
H A D043VarSubst.t16 my $conf = q(
25 eval { Log::Log4perl::init(\$conf) };
32 $conf = q(
41 Log::Log4perl::init(\$conf);
50 $conf = q(
66 Log::Log4perl::init(\$conf);
78 $conf = q(
98 Log::Log4perl::init(\$conf);
113 $conf = q(
126 Log::Log4perl::init(\$conf);
[all...]
H A D045Composite.t36 my $conf = qq(
50 Log::Log4perl->init(\$conf);
79 $conf = qq(
94 Log::Log4perl->init(\$conf);
116 $conf = qq(
131 Log::Log4perl->init(\$conf);
153 $conf = qq(
168 Log::Log4perl->init(\$conf);
196 $conf = qq(
208 Log::Log4perl->init(\$conf);
[all...]
H A D021AppThres.t83 my $conf = <<EOT;
94 Log::Log4perl::init(\$conf);
114 $conf = <<EOT;
125 Log::Log4perl::init(\$conf);
141 $conf = <<EOT;
152 eval { Log::Log4perl::init(\$conf); };
163 $conf = <<EOT;
175 Log::Log4perl::init(\$conf);
H A D029SysWide.t25 my $conf = <<EOT;
37 Log::Log4perl::init(\$conf);
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D043VarSubst.t24 my $conf = q(
33 eval { Log::Log4perl::init(\$conf) };
40 $conf = q(
49 Log::Log4perl::init(\$conf);
58 $conf = q(
74 Log::Log4perl::init(\$conf);
86 $conf = q(
106 Log::Log4perl::init(\$conf);
121 $conf = q(
134 Log::Log4perl::init(\$conf);
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/acl/
H A Dtests.sh20 . $SYSTEMTESTTOP/conf.sh
40 cp -f ns2/named2.conf ns2/named.conf
41 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
63 cp -f ns2/named3.conf ns2/named.conf
64 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
109 cp -f ns2/named4.conf ns2/named.conf
110 $RNDC -c ../common/rndc.conf
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dgetifaddrs.c40 struct ifconf conf; /* Interface configurations */ local
69 conf.ifc_len = sizeof(buffer);
70 conf.ifc_buf = buffer;
72 if (ioctl(sock, SIOCGIFCONF, &conf) < 0)
93 for (bufptr = buffer, bufend = buffer + conf.ifc_len;
/macosx-10.9.5/apache-786.1/
H A DMakefile9 patch-docs__conf__httpd.conf.in \
10 patch-docs__conf__extra__httpd-mpm.conf.in \
11 patch-docs__conf__extra__httpd-userdir.conf.in \
39 Post_Install_Targets = module-setup module-disable recopy-httpd-conf \
68 $(INSTALL_FILE) $(SRCROOT)/conf/*.conf $(DSTROOT)$(SYSCONFDIR_OTHER)
69 $(RM) $(DSTROOT)$(SYSCONFDIR)/httpd.conf.bak
73 sed -i '' -e '/unique_id_module/s/^/#/' $(DSTROOT)$(SYSCONFDIR)/httpd.conf
75 # 6927748: This needs to run after we're done processing httpd.conf (and anything in extra)
76 recopy-httpd-conf
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/cache/
H A Dcache_util.c89 cache_server_conf *conf,
96 for (i = 0; i < conf->cacheenable->nelts; i++) {
98 (struct cache_enable *)conf->cacheenable->elts;
133 for (i = 0; i < conf->cachedisable->nelts; i++) {
135 (struct cache_disable *)conf->cachedisable->elts;
190 CACHE_DECLARE(apr_status_t) ap_cache_try_lock(cache_server_conf *conf,
203 if (!conf || !conf->lock || !conf->lockpath) {
232 path = apr_pstrcat(r->pool, conf
88 ap_cache_get_providers(request_rec *r, cache_server_conf *conf, apr_uri_t uri) argument
344 cache_server_conf *conf = local
413 cache_server_conf *conf = local
888 cache_server_conf *conf; local
[all...]
/macosx-10.9.5/KerberosHelper-148/regression/
H A Dcheck-referrals21 KRB5_CONFIG1=${ROOT}/krb5.conf-realm1.local
22 KRB5_CONFIG2=${ROOT}/krb5.conf-realm2.root
23 KRB5_CONFIG3=${ROOT}/krb5.conf-realm3.local
41 cp krb5.conf-realm1.local ${ROOT} || exit 1
42 cp krb5.conf-realm2.root ${ROOT} || exit 1
43 cp krb5.conf-realm3.local ${ROOT} || exit 1
47 env KRB5_KDC_PROFILE=${ROOT}/krb5.conf-$r \
/macosx-10.9.5/IOKitUser-907.100.13/usb.subproj/
H A DUSBTest.cpp84 UInt8 conf = 123; local
94 kr2 = IOUSBGetConfiguration(dev, &conf);
96 printf("IOUSBGetConfiguration: conf = %d\n", conf);
99 if(0 == conf || kIOReturnSuccess != kr2) {
100 conf = 1;
101 kr2 = IOUSBSetConfiguration(dev, conf);
103 printf("IOUSBSetConfiguration: conf = %d\n", conf);
106 kr2 = IOUSBGetConfiguration(dev, &conf);
114 IOUSBConfigurationDescriptorPtr conf; local
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-Any/lib/JSON/
H A DAny.pm27 my ( %conf, $handler, $encoder, $decoder );
34 %conf = (
42 my ( $self, $conf ) = @_;
68 local $conf->{utf8} = !$conf->{utf8}; # it means the opposite
72 next unless exists $conf->{$mutator};
73 $obj = $obj->$mutator( $conf->{$mutator} );
85 my ( $self, $conf ) = @_;
87 croak "JSON::DWIW does not support utf8" if $conf->{utf8};
91 $handler->new( { map { $_ => $conf
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dmod_proxy_scgi.c354 scgi_config *conf; local
378 conf = ap_get_module_config(r->per_dir_config, &proxy_scgi_module);
379 if (conf->sendfile && conf->sendfile != scgi_sendfile_off) {
382 location = apr_table_get(r->err_headers_out, conf->sendfile);
385 location = apr_table_get(r->headers_out, conf->sendfile);
393 conf->sendfile, location);
396 apr_table_unset(r->err_headers_out, conf->sendfile);
399 apr_table_unset(r->headers_out, conf->sendfile);
410 if (conf
497 scgi_handler(request_rec *r, proxy_worker *worker, proxy_server_conf *conf, char *url, const char *proxyname, apr_port_t proxyport) argument
558 scgi_config *conf=apr_palloc(p, sizeof(*conf)); local
569 scgi_config *base=base_, *add=add_, *conf=apr_palloc(p, sizeof(*conf)); local
582 scgi_config *conf=mconfig; local
[all...]
H A Dmod_proxy.c299 static const char *set_balancer_param(proxy_server_conf *conf, argument
479 proxy_server_conf *conf = local
484 if (conf->req && r->parsed_uri.scheme) {
498 else if (conf->req && r->method_number == M_CONNECT
565 proxy_server_conf *conf = local
568 struct proxy_alias *ent = (struct proxy_alias *) conf->aliases->elts;
595 for (i = 0; i < conf->aliases->nelts; i++) {
759 /* create per-request copy of reverse proxy conf,
828 proxy_server_conf *conf = (proxy_server_conf *) local
830 apr_array_header_t *proxies = conf
1231 proxy_server_conf *conf = local
1305 proxy_server_conf *conf = local
1439 proxy_dir_conf *conf = dconf; local
1472 proxy_dir_conf *conf = dconf; local
1485 proxy_dir_conf *conf = dconf; local
1499 proxy_server_conf *conf = local
1534 proxy_server_conf *conf = local
1553 proxy_server_conf *conf = local
1778 proxy_server_conf *conf = local
1856 proxy_server_conf *conf = local
1940 proxy_dir_conf *conf = dconf; local
1961 proxy_dir_conf *conf; local
2228 proxy_server_conf *conf = (proxy_server_conf *) local
2315 proxy_server_conf *conf; local
[all...]
/macosx-10.9.5/cups-372.4/cups/desktop/
H A DMakefile67 echo Installing cups.conf in $(DBUSDIR)...;\
69 $(INSTALL_DATA) cups.conf $(BUILDROOT)$(DBUSDIR)/system.d/cups.conf; \
116 echo Uninstalling cups.conf in $(DBUSDIR)...;\
117 $(RM) $(BUILDROOT)$(DBUSDIR)/cups.conf; \
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_actions.c145 action_dir_config *conf = (action_dir_config *) local
151 if (!conf->configured) {
159 if (conf->scripted[i])
166 script = conf->scripted[M_GET];
171 script = conf->scripted[r->method_number];
183 if ((t = apr_table_get(conf->action_types, action))) {
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/build_unix/
H A DMakefile3 BUILD= aix.html conf.html flags.html freebsd.html hpux.html install.html \

Completed in 322 milliseconds

1234567891011>>