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

1234567891011>>

/macosx-10.10/crontabs-52/files/daily/
H A D110.clean-tmps11 if [ -r /etc/defaults/periodic.conf ]
13 . /etc/defaults/periodic.conf
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dhelp.rb17 lc = IRB.conf[:LC_MESSAGES]
H A Dworkspace.rb20 elsif IRB.conf[:SINGLE_IRB]
23 case IRB.conf[:CONTEXT_MODE]
63 IRB.conf[:__MAIN__] = @main
66 @binding = eval("IRB.conf[:__MAIN__].module_eval('binding', __FILE__, __LINE__)", @binding, __FILE__, __LINE__)
69 @binding = eval("IRB.conf[:__MAIN__].instance_eval('binding', __FILE__, __LINE__)", @binding, __FILE__, __LINE__)
81 # <code>IRB.conf[:__MAIN__]</code>
91 case IRB.conf[:CONTEXT_MODE]
/macosx-10.10/xnu-2782.1.97/iokit/
H A DMakefile14 COMP_SUBDIRS = conf
/macosx-10.10/apache-793/httpd/modules/session/
H A Dmod_session.c53 static int session_included(request_rec * r, session_dir_conf * conf) argument
56 const char **includes = (const char **) conf->includes->elts;
57 const char **excludes = (const char **) conf->excludes->elts;
61 if (conf->includes->nelts) {
63 for (i = 0; !included && i < conf->includes->nelts; i++) {
71 if (conf->excludes->nelts) {
72 for (i = 0; included && i < conf->excludes->nelts; i++) {
441 session_dir_conf *conf = ap_get_module_config(r->per_dir_config, local
453 if (conf->header_set) {
454 const char *override = apr_table_get(r->err_headers_out, conf
503 session_dir_conf *conf = ap_get_module_config(r->per_dir_config, local
562 session_dir_conf *conf = dconf; local
573 session_dir_conf *conf = dconf; local
584 session_dir_conf *conf = dconf; local
595 session_dir_conf *conf = dconf; local
605 session_dir_conf *conf = dconf; local
615 session_dir_conf *conf = dconf; local
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/eg/benchmarks/
H A Dsimple47 my $conf = qq{
54 blurt $conf, $tmp_file;
57 Log::Log4perl->init( \$conf );
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D031NDC.t29 my $conf = <<EOT;
36 Log::Log4perl::init(\$conf);
68 $conf = <<EOT;
75 Log::Log4perl::init(\$conf);
89 $conf = <<EOT;
96 Log::Log4perl::init(\$conf);
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.10/Heimdal-398.1.2/admin/
H A Dget.c44 static kadm5_config_params conf; local
47 memset(&conf, 0, sizeof(conf));
50 conf.realm = strdup(realm);
51 if (conf.realm == NULL) {
55 conf.mask |= KADM5_CONFIG_REALM;
59 conf.admin_server = admin_server;
60 conf.mask |= KADM5_CONFIG_ADMIN_SERVER;
64 conf.kadmind_port = htons(server_port);
65 conf
[all...]
/macosx-10.10/bind9-45.101/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.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy.c272 static const char *set_balancer_param(proxy_server_conf *conf, argument
498 proxy_server_conf *conf = local
503 if (conf->req && r->parsed_uri.scheme) {
517 else if (conf->req && r->method_number == M_CONNECT
688 proxy_server_conf *conf; local
717 conf = (proxy_server_conf *) ap_get_module_config(r->server->module_config,
721 if (conf->aliases->nelts) {
722 ent = (struct proxy_alias *) conf->aliases->elts;
723 for (i = 0; i < conf->aliases->nelts; i++) {
846 /* create per-request copy of reverse proxy conf,
916 proxy_server_conf *conf = (proxy_server_conf *) local
1377 proxy_server_conf *conf = local
1482 proxy_server_conf *conf = local
1651 proxy_dir_conf *conf = dconf; local
1690 proxy_dir_conf *conf = dconf; local
1703 proxy_dir_conf *conf = dconf; local
1717 proxy_server_conf *conf = local
1754 proxy_server_conf *conf = local
1833 proxy_dir_conf *conf = dconf; local
1842 proxy_dir_conf *conf = dconf; local
1849 proxy_dir_conf *conf = dconf; local
2025 proxy_server_conf *conf = local
2123 proxy_server_conf *conf = local
2220 proxy_dir_conf *conf; local
2498 proxy_server_conf *conf = (proxy_server_conf *) local
2594 proxy_server_conf *conf; local
[all...]
H A Dmod_proxy_scgi.c357 scgi_config *conf; local
382 conf = ap_get_module_config(r->per_dir_config, &proxy_scgi_module);
383 if (conf->sendfile && conf->sendfile != scgi_sendfile_off) {
386 location = apr_table_get(r->err_headers_out, conf->sendfile);
389 location = apr_table_get(r->headers_out, conf->sendfile);
396 conf->sendfile, location);
399 apr_table_unset(r->err_headers_out, conf->sendfile);
402 apr_table_unset(r->headers_out, conf->sendfile);
413 if (conf
498 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...]
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_env.c39 env_dir_config_rec *conf = apr_palloc(p, sizeof(*conf)); local
41 conf->vars = apr_table_make(p, 10);
42 conf->unsetenv = apr_table_make(p, 10);
44 return conf;
/macosx-10.10/bind9-45.101/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.10/cups-408/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.10/files-662.1.1/private/etc/
H A DMakefile33 $(_v) $(INSTALL_FILE) -m 0644 -c asl.conf "$(Destination)/asl.conf"
35 $(_v) $(INSTALL_FILE) -m 0644 -c asl.conf.ios "$(Destination)/asl.conf"
45 $(_v) $(INSTALL_FILE) -m 0644 -c kern_loader.conf "$(Destination)/kern_loader.conf"
48 $(_v) $(INSTALL_FILE) -m 0644 -c syslog.conf "$(Destination)/syslog.conf"
52 $(_v) $(LN) -hfs ../var/run/resolv.conf "$(Destination)"
/macosx-10.10/KerberosHelper-151/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.10/IOKitUser-1050.1.21/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.10/apache-793/httpd/modules/aaa/
H A Dmod_access_compat.c81 access_compat_dir_conf *conf = local
85 conf->order[i] = DENY_THEN_ALLOW;
87 conf->allows = apr_array_make(p, 1, sizeof(allowdeny));
88 conf->denys = apr_array_make(p, 1, sizeof(allowdeny));
89 conf->satisfy = apr_palloc(p, sizeof(*conf->satisfy) * METHODS);
91 conf->satisfy[i] = SATISFY_NOSPEC;
94 return (void *)conf;
308 access_compat_dir_conf *conf = (access_compat_dir_conf *) local
311 return conf
[all...]
/macosx-10.10/cups-408/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.10/apache-793/httpd/modules/filters/
H A Dmod_reflector.c49 reflector_cfg *conf; local
56 conf = (reflector_cfg *) ap_get_module_config(r->per_dir_config,
83 apr_table_do(header_do, r, conf->headers, NULL);
184 reflector_cfg *conf = apr_pcalloc(p, sizeof(reflector_cfg)); local
186 conf->headers = apr_table_make(p, 8);
188 return conf;
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_actions.c151 action_dir_config *conf = (action_dir_config *) local
157 if (!conf->configured) {
165 if (conf->scripted[i])
172 script = conf->scripted[M_GET];
177 script = conf->scripted[r->method_number];
188 if (action && (t = apr_table_get(conf->action_types, action))) {
/macosx-10.10/xar-254/xar/
H A Dconfig.status275 rm -f conf$$ conf$$.exe conf$$.file
276 if test -d conf$$.dir; then
277 rm -f conf$$.dir/conf$$.file
279 rm -f conf$$.dir
280 mkdir conf$$.dir 2>/dev/null
282 if (echo >conf$$.file) 2>/dev/null; then
283 if ln -s conf
[all...]

Completed in 553 milliseconds

1234567891011>>