Searched refs:conf (Results 301 - 325 of 1079) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/bind9-45.101/bind9/bin/tests/system/
H A Drunall.sh25 . $SYSTEMTESTTOP/conf.sh
/macosx-10.10/bind9-45.101/bind9/bin/tests/virtual-time/autosign-zsk/ns1/
H A Dsign.sh20 . $SYSTEMTESTTOP/conf.sh
/macosx-10.10/crontabs-52/periodic/
H A Dperiodic.sh23 if [ -r /etc/defaults/periodic.conf ]; then
24 . /etc/defaults/periodic.conf
/macosx-10.10/ruby-106/ruby/lib/irb/ext/
H A Dhistory.rb50 IRB.conf[:__TMP__EHV__] = @eval_history_values
51 @workspace.evaluate(self, "__ = IRB.conf[:__TMP__EHV__]")
52 IRB.conf.delete(:__TMP_EHV__)
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dxmp.rb60 IRB.conf[:PROMPT_MODE] = :XMP
68 # IRB.conf[:IRB_RC].call(@irb.context) if IRB.conf[:IRB_RC]
69 IRB.conf[:MAIN_CONTEXT] = @irb.context
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dunicodeout.tcl55 $w conf -cursor watch
78 $w conf -cursor $oldCursor
/macosx-10.10/vim-55/runtime/syntax/
H A Dlibao.vim2 " Language: libao.conf(5) configuration file
H A Dapachestyle.vim2 " Language: Apache-Style configuration files (proftpd.conf/apache.conf/..)
12 " Apache-style .conf
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_mime_magic.c495 magic_server_config_rec *conf = (magic_server_config_rec *) local
499 if (!conf) {
502 conf->magicfile = arg;
925 magic_server_config_rec *conf = (magic_server_config_rec *) local
927 const char *fname = ap_server_root_relative(p, conf->magicfile);
931 MODNAME ": Invalid magic file path %s", conf->magicfile);
942 conf->magic = conf->last = NULL;
987 MODNAME ": apprentice conf=%x file=%s m=%s m->next=%s last=%s",
988 conf,
1068 magic_server_config_rec *conf = (magic_server_config_rec *) local
1538 magic_server_config_rec *conf = (magic_server_config_rec *) local
2362 magic_server_config_rec *conf; local
2414 magic_server_config_rec *conf; local
[all...]
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dspkac.c66 #include <openssl/conf.h>
93 CONF *conf = NULL; local
242 conf = NCONF_new(NULL);
243 i = NCONF_load_bio(conf, in, NULL);
251 spkstr = NCONF_get_string(conf, spksect, spkac);
300 NCONF_free(conf);
H A Dca.c67 #include <openssl/conf.h>
203 char *enddate, long days, int batch, char *ext_sect, CONF *conf,
210 char *ext_sect, CONF *conf,int verbose, unsigned long certopt,
217 CONF *conf, int verbose, unsigned long certopt,
223 int verbose, X509_REQ *req, char *ext_sect, CONF *conf,
233 static CONF *conf=NULL; variable
331 conf = NULL;
583 conf = NCONF_new(NULL);
584 if (NCONF_load(conf,configfile,&errorline) <= 0)
600 if (!load_config(bio_err, conf))
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dulimit.c78 char* conf; local
201 if(!tp->conf || !*(conf = astconf(tp->conf, NiL, NiL)))
202 conf = (char*)e_nosupport;
203 sfputr(sfstdout,conf,'\n');
/macosx-10.10/rsync-45/rsync/packaging/solaris/
H A Dbuild_pkg.sh43 cp ../../../rsyncd.conf.5 $FAKE_ROOT/man/man5/rsyncd.conf.5
78 f none man/man5/rsyncd.conf.5 0644 bin bin
/macosx-10.10/vim-55/src/auto/
H A Dconfig.status274 rm -f conf$$ conf$$.exe conf$$.file
275 if test -d conf$$.dir; then
276 rm -f conf$$.dir/conf$$.file
278 rm -f conf$$.dir
279 mkdir conf$$.dir 2>/dev/null
281 if (echo >conf$$.file) 2>/dev/null; then
282 if ln -s conf
[all...]
/macosx-10.10/apache-793/httpd/modules/session/
H A Dmod_session_crypto.c407 session_crypto_conf *conf = ap_get_module_config(s->module_config, local
417 if (conf->library) {
429 rv = apr_crypto_get_driver(&driver, conf->library, conf->params, &err, p);
433 "using existing configuration", conf->library);
438 "The crypto library '%s' could not be loaded: %s (%s: %d)", conf->library, err->msg, err->reason, err->rc);
444 conf->library);
450 conf->library);
454 rv = apr_crypto_make(&f, driver, conf->params, p);
458 conf
518 session_crypto_conf *conf = local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/cf/
H A Ditem.c439 storeConfiguration(CFDictionaryRef conf) argument
459 CFDictionaryApplyFunction(conf, storeItem, keys);
871 searchCopyResult(CFMutableDictionaryRef conf, CFDictionaryRef attrs) argument
883 CFDictionaryApplyFunction(conf, searchFunction, &search);
1037 CFMutableDictionaryRef conf; local
1049 conf = copyConfiguration(true, error);
1050 if (conf == NULL)
1054 items = searchCopyResult(conf, attributes);
1057 CFRelease(conf);
1086 CFDictionarySetValue(conf, uuidst
1102 CFMutableDictionaryRef conf; local
1142 ItemDeleteItem(CFMutableDictionaryRef conf, GSSItemRef item, CFErrorRef *error) argument
1162 CFMutableDictionaryRef conf; local
1181 CFMutableDictionaryRef conf; local
1223 CFMutableDictionaryRef conf; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/
H A Dconfigure42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
50 rm -f conf$$.sh
490 rm -f conf$$ conf$$.exe conf$$.file
491 if test -d conf$$.dir; then
492 rm -f conf
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/
H A Dconfigure42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
50 rm -f conf$$.sh
490 rm -f conf$$ conf$$.exe conf$$.file
491 if test -d conf$$.dir; then
492 rm -f conf
[all...]
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_cache_socache.c353 cache_socache_conf *conf = ap_get_module_config(r->server->module_config, local
359 if (conf->provider == NULL) {
433 cache_socache_conf *conf = ap_get_module_config(r->server->module_config, local
448 if (!conf->provider || !conf->provider->socache_instance) {
479 rc = conf->provider->socache_provider->retrieve(
480 conf->provider->socache_instance, r->server, (unsigned char *) key,
542 rc = conf->provider->socache_provider->retrieve(
543 conf->provider->socache_instance, r->server,
696 conf
720 cache_socache_conf *conf = ap_get_module_config(r->server->module_config, local
783 cache_socache_conf *conf = ap_get_module_config(r->server->module_config, local
1097 cache_socache_conf *conf = ap_get_module_config(r->server->module_config, local
1235 cache_socache_conf *conf = apr_pcalloc(p, sizeof(cache_socache_conf)); local
1257 cache_socache_conf *conf = ap_get_module_config(cmd->server->module_config, local
1367 cache_socache_conf *conf = local
1399 cache_socache_conf *conf = local
[all...]
H A Dcache_util.h284 apr_status_t cache_try_lock(cache_server_conf *conf, cache_request_rec *cache,
299 apr_status_t cache_remove_lock(cache_server_conf *conf,
303 cache_server_conf *conf, apr_uri_t uri);
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A Dnss_mdns.c1687 const char * k_conf_file = "/etc/nss_mdns.conf";
1742 load_config (config_t * conf);
1746 config_t * conf,
1755 default_config (config_t * conf);
1758 add_domain (config_t * conf, const char * domain);
1761 contains_domain (const config_t * conf, const char * domain);
1764 contains_domain_suffix (const config_t * conf, const char * addr);
1885 load_config (config_t * conf) argument
1902 return default_config (conf);
1909 errcode = process_config_line (conf, lin
1935 process_config_line( config_t * conf, char * line, config_file_context_t * context ) argument
2057 default_config(config_t * conf) argument
2076 add_domain(config_t * conf, const char * domain) argument
2110 contains_domain(const config_t * conf, const char * domain) argument
2129 contains_domain_suffix(const config_t * conf, const char * addr) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/conf/
H A DMakefile2 # OpenSSL/crypto/conf/Makefile
5 DIR= conf
28 EXHEADER= conf.h conf_api.h
81 conf_api.o: ../../include/openssl/conf.h ../../include/openssl/conf_api.h
88 conf_def.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
96 conf_err.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
103 conf_lib.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
112 conf_mall.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
127 conf_mod.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
141 conf_sap.o: ../../include/openssl/conf
[all...]
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_connect.c87 connect_conf *conf = local
110 New = apr_array_push(conf->allowed_connect_ports);
117 static int allowed_port(connect_conf *conf, int port) argument
120 port_range *list = (port_range *) conf->allowed_connect_ports->elts;
122 if (apr_is_empty_array(conf->allowed_connect_ports)){
127 for (i = 0; i < conf->allowed_connect_ports->nelts; i++) {
195 proxy_server_conf *conf,
265 if (ap_proxy_checkproxyblock2(r, conf, uri.hostname,
298 connectname, conf, r);
194 proxy_connect_handler(request_rec *r, proxy_worker *worker, proxy_server_conf *conf, char *url, const char *proxyname, apr_port_t proxyport) argument
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D042SyncApp.t60 my $conf = qq(
76 Log::Log4perl::init(\$conf);
138 $conf = q{
191 Log::Log4perl::init(\$conf);
256 $conf = q{
266 Log::Log4perl->init(\$conf);
/macosx-10.10/apr-32/apr/apr/
H A Dconfig.layout21 sysconfdir: ${prefix}/conf
38 sysconfdir: ${prefix}/conf
106 sysconfdir: /etc/httpd/conf
140 sysconfdir: ${prefix}/conf
174 sysconfdir: ${prefix}/conf
208 sysconfdir: ${prefix}/conf

Completed in 385 milliseconds

<<11121314151617181920>>