Searched refs:conf (Results 26 - 50 of 1079) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dplace.rb38 #conf = tk_split_list(tk_call_without_enc('place', 'configure',
40 conf = tk_split_simplelist(tk_call_without_enc('place', 'configure',
42 conf[0] = conf[0][1..-1]
43 conf[1] = tk_tcl2ruby(conf[1])
44 conf[2] = tk_tcl2ruby(conf[1])
45 conf[3] = tk_tcl2ruby(conf[
[all...]
H A Ditemconfig.rb113 def itemconfig_hash_kv(id, keys, enc_mode = nil, conf = nil)
114 hash_kv(__conv_item_keyonly_opts(id, keys), enc_mode, conf)
221 conf = tk_call_without_enc(*(__item_cget_cmd(tagid(tagOrId)) << "-#{option}"))
222 if conf =~ /^[0-9]/
223 list(conf)
225 conf
302 conf = slot.find{|kk, vv| kk == defkey.to_s}
303 if conf
304 k, v = conf
332 if ( conf
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Devp_acnf.c61 #include <openssl/conf.h>
/macosx-10.10/apache-793/httpd/modules/core/test/conf/
H A Dtest63.conf2 include ${PWD}/inc63_1.conf
3 Use Foo "test63.conf:3"
7 include ${PWD}/inc63_2.conf
8 Use Bla "test63.conf:8"
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/acl/
H A Dsetup.sh21 cp -f ns2/named1.conf ns2/named.conf
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/addzone/
H A Dsetup.sh19 cp -f ns2/named1.conf ns2/named.conf
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/examples/
H A Dzkt-ls.sh7 if test ! -f dnssec.conf
12 ZKT_CONFFILE=`pwd`/dnssec.conf ../../zkt-ls "$@"
H A Dzkt-signer.sh7 if test ! -f dnssec.conf
12 ZKT_CONFFILE=`pwd`/dnssec.conf ../../zkt-signer "$@"
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_allowmethods.c56 am_conf_t *conf; local
58 conf = (am_conf_t *) ap_get_module_config(r->per_dir_config,
60 if (!conf || conf->allowed == 0) {
64 r->allowed = conf->allowed;
66 if (conf->allowed & (AP_METHOD_BIT << method)) {
81 am_conf_t *conf = apr_pcalloc(p, sizeof(am_conf_t)); local
83 conf->allowed = 0;
84 conf->allowed_set = 0;
85 return conf;
91 am_conf_t* conf = apr_palloc(pool, sizeof(am_conf_t)); local
107 am_conf_t* conf = (am_conf_t*) d; local
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dnssec/ns1/
H A Dsign.sh21 . $SYSTEMTESTTOP/conf.sh
50 ' > trusted.conf
61 ' > managed.conf
62 cp trusted.conf ../ns2/trusted.conf
63 cp trusted.conf ../ns3/trusted.conf
64 cp trusted.conf ../ns4/trusted.conf
65 cp trusted.conf
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/checkconf/
H A Dtests.sh18 . $SYSTEMTESTTOP/conf.sh
24 $CHECKCONF good.conf > /dev/null 2>&1 || ret=1
30 awk 'BEGIN { ok = 0; } /cut here/ { ok = 1; getline } ok == 1 { print }' good.conf > good.conf.in
31 [ -s good.conf.in ] || ret=1
32 $CHECKCONF -p good.conf.in | grep -v '^good.conf.in:' > good.conf.out 2>&1 || ret=1
33 cmp good.conf.in good.conf
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/irs/
H A Dresconf.c22 * Module for parsing resolv.conf files (largely derived from lwconfig.c).
39 * /etc/resolv.conf
78 * resolv.conf parameters
121 resconf_parsenameserver(irs_resconf_t *conf, FILE *fp);
123 resconf_parsedomain(irs_resconf_t *conf, FILE *fp);
125 resconf_parsesearch(irs_resconf_t *conf, FILE *fp);
127 resconf_parsesortlist(irs_resconf_t *conf, FILE *fp);
277 resconf_parsenameserver(irs_resconf_t *conf, FILE *fp) { argument
282 if (conf->numns == RESCONFMAXNAMESERVERS)
294 result = add_server(conf
303 resconf_parsedomain(irs_resconf_t *conf, FILE *fp) argument
338 resconf_parsesearch(irs_resconf_t *conf, FILE *fp) argument
387 resconf_parsesortlist(irs_resconf_t *conf, FILE *fp) argument
434 resconf_parseoption(irs_resconf_t *conf, FILE *fp) argument
466 add_search(irs_resconf_t *conf, char *domain) argument
487 irs_resconf_t *conf; local
586 irs_resconf_t *conf; local
619 irs_resconf_getnameservers(irs_resconf_t *conf) argument
626 irs_resconf_getsearchlist(irs_resconf_t *conf) argument
633 irs_resconf_getndots(irs_resconf_t *conf) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/conf/
H A Dconf_def.c1 /* crypto/conf/conf.c */
59 /* Part of the code in here was originally in conf.c, which is now removed */
66 #include <openssl/conf.h>
72 static char *eat_ws(CONF *conf, char *p);
73 static char *eat_alpha_numeric(CONF *conf, char *p);
74 static void clear_comments(CONF *conf, char *p);
75 static int str_copy(CONF *conf,char *section,char **to, char *from);
76 static char *scan_quote(CONF *conf, char *p);
77 static char *scan_dquote(CONF *conf, cha
142 def_init_default(CONF *conf) argument
154 def_init_WIN32(CONF *conf) argument
166 def_destroy(CONF *conf) argument
176 def_destroy_data(CONF *conf) argument
184 def_load(CONF *conf, const char *name, long *line) argument
209 def_load_bio(CONF *conf, BIO *in, long *line) argument
466 clear_comments(CONF *conf, char *p) argument
511 str_copy(CONF *conf, char *section, char **pto, char *from) argument
657 eat_ws(CONF *conf, char *p) argument
664 eat_alpha_numeric(CONF *conf, char *p) argument
679 scan_quote(CONF *conf, char *p) argument
698 scan_dquote(CONF *conf, char *p) argument
732 def_dump(const CONF *conf, BIO *out) argument
738 def_is_number(const CONF *conf, char c) argument
743 def_to_int(const CONF *conf, char c) argument
[all...]
H A Dconf_api.c59 /* Part of the code in here was originally in conf.c, which is now removed */
69 #include <openssl/conf.h>
73 static void value_free_hash(CONF_VALUE *a, LHASH *conf);
74 static void value_free_stack(CONF_VALUE *a,LHASH *conf);
85 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) argument
89 if ((conf == NULL) || (section == NULL)) return(NULL);
92 v=(CONF_VALUE *)lh_retrieve(conf->data,&vv);
97 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
102 v=_CONF_get_section(conf,section);
109 int _CONF_add_string(CONF *conf, CONF_VALU argument
133 _CONF_get_string(const CONF *conf, const char *section, const char *name) argument
186 _CONF_new_data(CONF *conf) argument
200 _CONF_free_data(CONF *conf) argument
217 value_free_hash(CONF_VALUE *a, LHASH *conf) argument
225 value_free_stack(CONF_VALUE *a, LHASH *conf) argument
278 _CONF_new_section(CONF *conf, const char *section) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/tkey/ns1/
H A Dsetup.sh24 rm -f named.conf
25 perl -p -e "s/KEYID/$keyid/;" < named.conf.in > named.conf
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_config.c33 CONF *conf; local
41 conf = NCONF_new(NULL);
42 if(!conf){
46 if(!NCONF_load_bio(conf, bio, &eline)){
48 NCONF_free(conf);
55 return conf;
/macosx-10.10/bind9-45.101/bind9/lib/irs/include/irs/
H A Dresconf.h25 * The IRS resconf module parses the legacy "/etc/resolv.conf" file and
34 * in the "resolv.conf" file.
48 * Load the resolver configuration file 'filename' in the "resolv.conf" format,
82 irs_resconf_getnameservers(irs_resconf_t *conf);
84 * Return a list of name server addresses stored in 'conf'.
88 *\li 'conf' is a valid resconf object.
92 irs_resconf_getsearchlist(irs_resconf_t *conf);
94 * Return the search list stored in 'conf'.
98 *\li 'conf' is a valid resconf object.
102 irs_resconf_getndots(irs_resconf_t *conf);
[all...]
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/java/
H A DMakefile3 BUILD= compat.html conf.html faq.html program.html
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/pending/ns1/
H A Dsign.sh20 . $SYSTEMTESTTOP/conf.sh
49 ' > trusted.conf
50 cp trusted.conf ../ns2/trusted.conf
51 cp trusted.conf ../ns3/trusted.conf
52 cp trusted.conf ../ns4/trusted.conf
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/views/
H A Dclean.sh25 rm -f ns2/named.conf ns2/example.db ns3/named.conf ns3/internal.bk
/macosx-10.10/crontabs-52/files/daily/
H A D199.clean-fax5 if [ -r /etc/defaults/periodic.conf ]
7 . /etc/defaults/periodic.conf
H A D400.status-disks8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/macosx-10.10/ntp-92/
H A Dntp-restrict.conf1 # Access restrictions documented in ntp.conf(5) and
12 includefile /private/etc/ntp.conf
13 includefile /private/etc/ntp_opendirectory.conf
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_workload.c30 CONFIG conf; local
36 memset(&conf, 0, sizeof(conf));
37 conf.seed = 124087;
38 srand(conf.seed);
40 conf.pcount = 100000;
41 conf.ts = "Btree";
42 conf.type = DB_BTREE;
43 conf.dsize = 20;
44 conf
[all...]
/macosx-10.10/BerkeleyDB-21/db/test_micro/source/
H A Db_workload.c30 CONFIG conf; local
36 memset(&conf, 0, sizeof(conf));
37 conf.seed = 124087;
38 srand(conf.seed);
40 conf.pcount = 100000;
41 conf.ts = "Btree";
42 conf.type = DB_BTREE;
43 conf.dsize = 20;
44 conf
[all...]

Completed in 316 milliseconds

1234567891011>>