Searched refs:conf (Results 1 - 25 of 1079) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/bin/tests/system/
H A Dstop.sh20 . ./conf.sh
H A Dstart.sh20 . ./conf.sh
/macosx-10.10/bind9-45.101/bind9/bin/tests/virtual-time/
H A Dstop.sh19 . ./conf.sh
H A Dstart.sh19 . ./conf.sh
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/allow_query/
H A Dsetup.sh19 cp -f ns2/named01.conf ns2/named.conf
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/checkconf/
H A Dclean.sh19 rm -f good.conf.in good.conf.out
/macosx-10.10/apache-793/patches/
H A DPR-5432464.diff_httpd.conf1 --- docs/conf/httpd.conf.in.orig 2012-11-07 19:05:38.000000000 -0800
2 +++ docs/conf/httpd.conf.in 2013-11-11 14:30:00.000000000 -0800
/macosx-10.10/OpenSSL098-52/src/crypto/conf/
H A Dconf_api.h63 #include <openssl/conf.h>
70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
82 int _CONF_new_data(CONF *conf);
83 void _CONF_free_data(CONF *conf);
H A Dtest.c1 /* crypto/conf/test.c */
61 #include <openssl/conf.h>
66 LHASH *conf; local
73 conf=CONF_load(NULL,"ssleay.cnf",&eline);
74 if (conf == NULL)
81 lh_stats(conf,stdout);
82 lh_node_stats(conf,stdout);
83 lh_node_usage_stats(conf,stdout);
85 s=CONF_get_string(conf,NULL,"init2");
88 s=CONF_get_string(conf,NUL
[all...]
H A Dconf_lib.c62 #include <openssl/conf.h>
72 void CONF_set_nconf(CONF *conf, LHASH *hash) argument
77 default_CONF_method->init(conf);
78 conf->data = hash;
90 LHASH *CONF_load(LHASH *conf, const char *file, long *eline) argument
106 ltmp = CONF_load_bio(conf, in, eline);
113 LHASH *CONF_load_fp(LHASH *conf, FILE *fp,long *eline) argument
121 ltmp = CONF_load_bio(conf, btmp, eline);
127 LHASH *CONF_load_bio(LHASH *conf, BIO *bp,long *eline) argument
132 CONF_set_nconf(&ctmp, conf);
154 CONF_get_string(LHASH *conf,const char *group,const char *name) argument
168 CONF_get_number(LHASH *conf,const char *group,const char *name) argument
192 CONF_free(LHASH *conf) argument
200 CONF_dump_fp(LHASH *conf, FILE *out) argument
215 CONF_dump_bio(LHASH *conf, BIO *out) argument
245 NCONF_free(CONF *conf) argument
252 NCONF_free_data(CONF *conf) argument
259 NCONF_load(CONF *conf, const char *file, long *eline) argument
271 NCONF_load_fp(CONF *conf, FILE *fp,long *eline) argument
286 NCONF_load_bio(CONF *conf, BIO *bp,long *eline) argument
314 NCONF_get_string(const CONF *conf,const char *group,const char *name) argument
334 NCONF_get_number_e(const CONF *conf,const char *group,const char *name, long *result) argument
360 NCONF_dump_fp(const CONF *conf, FILE *out) argument
374 NCONF_dump_bio(const CONF *conf, BIO *out) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dconf_api.h63 #include <openssl/conf.h>
70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
82 int _CONF_new_data(CONF *conf);
83 void _CONF_free_data(CONF *conf);
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dpanedwindow.rb131 #conf = tk_split_list(tk_send_without_enc('paneconfigure',
133 conf = tk_split_list(tk_send_without_enc('paneconfigure',
136 conf[0] = conf[0][1..-1]
137 if conf[0] == 'hide'
138 conf[3] = bool(conf[3]) unless conf[3].empty?
139 conf[4] = bool(conf[
[all...]
H A Dlistbox.rb161 conf = tk_split_simplelist(_fromUTF8(tk_send_without_enc('itemconfigure',index,"-#{key}")))
163 conf = tk_split_simplelist(_fromUTF8(tk_send_without_enc('itemconfigure',index,"-#{key}")))
164 conf[4] = tagfont_configinfo(index, conf[4])
166 conf = tk_split_list(_fromUTF8(tk_send_without_enc('itemconfigure',index,"-#{key}")))
168 conf[0] = conf[0][1..-1]
169 conf
172 conf = tk_split_simplelist(conflist)
173 conf[
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dtpaned.rb124 conf = tk_split_list(tk_send_without_enc('pane', win, "-#{key}"))
125 conf[0] = conf[0][1..-1]
126 if conf[0] == 'hide'
127 conf[3] = bool(conf[3]) unless conf[3].empty?
128 conf[4] = bool(conf[4]) unless conf[
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/database/
H A Dsetup.sh19 cp ns1/named.conf1 ns1/named.conf
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/staticstub/
H A Dsetup.sh19 sed 's/SERVER_CONFIG_PLACEHOLDER/server-names { "ns.example.net"; };/' ns2/named.conf.in > ns2/named.conf
21 sed 's/EXAMPLE_ZONE_PLACEHOLDER/zone "example" { type master; file "example.db.signed"; };/' ns3/named.conf.in > ns3/named.conf
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/views/
H A Dsetup.sh22 cp -f ns2/named1.conf ns2/named.conf
23 cp -f ns3/named1.conf ns3/named.conf
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/logfileconfig/
H A Dsetup.sh20 . $SYSTEMTESTTOP/conf.sh
24 cp ns1/named.plain ns1/named.conf
/macosx-10.10/ruby-106/ruby/lib/irb/cmd/
H A Dnop.rb18 def self.execute(conf, *opts)
19 command = new(conf)
23 def initialize(conf)
24 @irb_context = conf
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authn_anon.c75 authn_anon_config_rec *conf = apr_palloc(p, sizeof(*conf)); local
78 conf->users = NULL;
80 conf->nouserid = 0;
81 conf->anyuserid = 0;
82 conf->logemail = 1;
83 conf->verifyemail = 0;
84 conf->mustemail = 1;
85 return conf;
91 authn_anon_config_rec *conf local
138 authn_anon_config_rec *conf = ap_get_module_config(r->per_dir_config, local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/lhash/
H A Dlh_test.c66 LHASH *conf; local
70 conf=lh_new(lh_strhash,strcmp);
81 lh_insert(conf,p);
84 lh_node_stats(conf,stdout);
85 lh_stats(conf,stdout);
86 lh_node_usage_stats(conf,stdout);
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dutil.h58 extern idn_result_t selective_encode(idn_resconf_t conf,
61 extern idn_result_t selective_decode(idn_resconf_t conf,
64 extern void set_defaults(idn_resconf_t conf);
65 extern void load_conf_file(idn_resconf_t conf, const char *file);
67 extern void set_localcode(idn_resconf_t conf, const char *code);
68 extern void set_idncode(idn_resconf_t conf, const char *code);
69 extern void set_delimitermapper(idn_resconf_t conf,
72 extern void set_localmapper(idn_resconf_t conf,
74 extern void set_nameprep(idn_resconf_t conf, char *version);
75 extern void set_mapper(idn_resconf_t conf,
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dnssec/
H A Dsetup.sh28 cd ../ns4 && cp -f named1.conf named.conf
29 cd ../ns5 && cp -f trusted.conf.bad trusted.conf
/macosx-10.10/rsync-45/rsync/testsuite/
H A Ddaemon.test29 RSYNC_CONNECT_PROG="$RSYNC --config=$conf --daemon"
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dcreate_stuff.sh4 echo limit maxproc 1000 2000 >> /etc/launchd.conf

Completed in 249 milliseconds

1234567891011>>