Searched refs:conf (Results 126 - 150 of 1045) sorted by relevance

1234567891011>>

/macosx-10.9.5/ntp-88/scripts/rc1/
H A Dxntp18 if [ -f /etc/inet/ntp.conf -a -x /usr/sbin/xntpd ]
20 /usr/sbin/xntpd -c /etc/inet/ntp.conf
/macosx-10.9.5/xnu-2422.115.4/libsa/
H A DMakefile10 COMP_SUBDIRS = conf
/macosx-10.9.5/files-638.1.4/private/etc/
H A DMakefile33 $(_v) $(INSTALL_FILE) -m 0644 -c asl.conf "$(Destination)/asl.conf"
34 $(_v) $(INSTALL_FILE) -m 0644 -c asl.conf "$(Destination)/asl.conf.install"
35 $(_v) cat asl.conf.install >> "$(Destination)/asl.conf.install"
37 $(_v) $(INSTALL_FILE) -m 0644 -c asl.conf.ios "$(Destination)/asl.conf"
47 $(_v) $(INSTALL_FILE) -m 0644 -c kern_loader.conf "$(Destination)/kern_loader.conf"
[all...]
/macosx-10.9.5/apache-786.1/httpd/build/
H A Dinstall-bindist.sh.in123 if [ -d $SR/conf ]
126 cp bindist/conf/*-std.conf $SR/conf/
128 lcopy bindist/conf $SR/conf 750 640
129 sed -e "s%@default_dir@%$SR%" $SR/conf/httpd-std.conf > $SR/conf/httpd.conf
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/logfileconfig/
H A Dtests.sh20 . $SYSTEMTESTTOP/conf.sh
32 myRNDC="$RNDC -c ${THISDIR}/${CONFDIR}/rndc.conf"
33 myNAMED="$NAMED -c ${THISDIR}/${CONFDIR}/named.conf -m record,size,mctx -T clienttest -d 99"
58 cp $PLAINCONF named.conf
76 cp $DIRCONF named.conf
98 cp $PIPECONF named.conf
123 cp $SYMCONF named.conf
H A Dclean.sh25 rm -f ns1/named.conf
/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_auth_digest.c403 digest_config_rec *conf; local
409 conf = (digest_config_rec *) apr_pcalloc(p, sizeof(digest_config_rec));
410 if (conf) {
411 conf->qop_list = apr_palloc(p, sizeof(char*));
412 conf->qop_list[0] = NULL;
413 conf->nonce_lifetime = DFLT_NONCE_LIFE;
414 conf->dir_name = apr_pstrdup(p, dir);
415 conf->algorithm = DFLT_ALGORITHM;
418 return conf;
423 digest_config_rec *conf local
447 digest_config_rec *conf = (digest_config_rec*)config; local
490 digest_config_rec *conf = (digest_config_rec *) config; local
1014 gen_nonce_hash(char *hash, const char *timestr, const char *opaque, const server_rec *server, const digest_config_rec *conf) argument
1048 gen_nonce(apr_pool_t *p, apr_time_t now, const char *opaque, const server_rec *server, const digest_config_rec *conf) argument
1141 get_userpw_hash(const request_rec *r, const digest_header_rec *resp, const digest_config_rec *conf) argument
1157 get_session_HA1(const request_rec *r, digest_header_rec *resp, const digest_config_rec *conf, int generate) argument
1208 note_digest_auth_failure(request_rec *r, const digest_config_rec *conf, digest_header_rec *resp, int stale) argument
1319 get_hash(request_rec *r, const char *user, digest_config_rec *conf) argument
1377 check_nc(const request_rec *r, const digest_header_rec *resp, const digest_config_rec *conf) argument
1410 check_nonce(request_rec *r, digest_header_rec *resp, const digest_config_rec *conf) argument
1491 new_digest(const request_rec *r, digest_header_rec *resp, const digest_config_rec *conf) argument
1585 digest_config_rec *conf; local
1868 const digest_config_rec *conf = local
[all...]
H A Dmod_authz_dbm.c61 authz_dbm_config_rec *conf = apr_palloc(p, sizeof(*conf)); local
63 conf->grpfile = NULL;
64 conf->dbmtype = "default";
65 conf->authoritative = 1; /* fortress is secure by default */
67 return conf;
139 authz_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config, local
153 if (!conf->grpfile) {
197 conf->grpfile, conf
[all...]
/macosx-10.9.5/Heimdal-323.92.1/admin/
H A Dchange.c44 kadm5_config_params conf; local
57 memset (&conf, 0, sizeof(conf));
61 conf.realm = strdup(realm);
62 if (conf.realm == NULL) {
67 conf.mask |= KADM5_CONFIG_REALM;
70 conf.admin_server = strdup(admin_server);
71 if (conf.admin_server == NULL) {
73 free(conf.realm);
77 conf
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/metadata/
H A Dmod_ident.c270 ident_config_rec *conf = apr_palloc(p, sizeof(*conf)); local
272 conf->do_rfc1413 = DEFAULT_RFC1413 | RFC1413_UNSET;
273 conf->timeout = apr_time_from_sec(RFC1413_TIMEOUT);
274 conf->timeout_unset = 1;
276 return (void *)conf;
281 ident_config_rec *conf = (ident_config_rec *)apr_pcalloc(p, sizeof(*conf)); local
285 conf->timeout = new->timeout_unset
289 conf
313 ident_config_rec *conf; local
[all...]
/macosx-10.9.5/xar-202/xar/
H A Dconfig.status44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
46 chmod +x conf$$.sh
47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
52 rm -f conf$$.sh
224 rm -f conf$$ conf$$.exe conf$$.file
225 if test -d conf$$.dir; then
226 rm -f conf
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tile/
H A Dtreeview.rb119 ret = Hash[*(tk_split_simplelist(tk_call_without_enc(*(__item_confinfo_cmd(tagid(tagOrId)))), false, false))].to_a.collect{|conf|
120 conf[0] = conf[0][1..-1] if conf[0][0] == ?-
121 case conf[0]
123 method = _symbolkey2str(__item_val2ruby_optkeys(tagid(tagOrId)))[conf[0]]
124 optval = conf[1]
131 conf[1] = val
138 conf[1] = number(conf[
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlv/ns1/
H A Dsign.sh24 . $SYSTEMTESTTOP/conf.sh
50 ' > trusted.conf
51 cp trusted.conf ../ns5
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlvauto/
H A Dtests.sh18 . $SYSTEMTESTTOP/conf.sh
34 (cd ns2; $NAMED -f -d 100 -c named.conf >> named.run 2>&1 & )
48 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 secroots 2>&1 | sed 's/^/I:ns2 /'
/macosx-10.9.5/ntp-88/
H A Dntpd-wrapper6 DNS=/var/run/resolv.conf
26 for server in $(awk '/^server/ {print $2}' /etc/ntp.conf); do
34 exec /usr/sbin/ntpd -c /private/etc/ntp-restrict.conf -n -g -p /var/run/ntpd.pid -f /var/db/ntp.drift
/macosx-10.9.5/postfix-252/postfix/examples/chroot-setup/
H A DLINUX277 $CP -f $lt /etc/services /etc/resolv.conf /etc/nsswitch.conf etc
78 $CP -f /etc/host.conf /etc/hosts /etc/passwd etc
/macosx-10.9.5/apache-786.1/httpd/modules/cache/
H A Dmod_disk_cache.c69 static char *header_file(apr_pool_t *p, disk_cache_conf *conf, argument
73 dobj->hashfile = ap_cache_generate_name(p, conf->dirlevels,
74 conf->dirlength, name);
82 return apr_pstrcat(p, conf->cache_root, "/", dobj->hashfile,
87 static char *data_file(apr_pool_t *p, disk_cache_conf *conf, argument
91 dobj->hashfile = ap_cache_generate_name(p, conf->dirlevels,
92 conf->dirlength, name);
100 return apr_pstrcat(p, conf->cache_root, "/", dobj->hashfile,
105 static void mkdir_structure(disk_cache_conf *conf, const char *file, apr_pool_t *pool) argument
110 for (p = (char*)file + conf
129 safe_file_rename(disk_cache_conf *conf, const char *src, const char *dest, apr_pool_t *pool) argument
324 disk_cache_conf *conf = ap_get_module_config(r->server->module_config, local
366 disk_cache_conf *conf = ap_get_module_config(r->server->module_config, local
821 disk_cache_conf *conf = ap_get_module_config(r->server->module_config, local
996 disk_cache_conf *conf = ap_get_module_config(r->server->module_config, local
1096 disk_cache_conf *conf = apr_pcalloc(p, sizeof(disk_cache_conf)); local
1116 disk_cache_conf *conf = ap_get_module_config(parms->server->module_config, local
1134 disk_cache_conf *conf = ap_get_module_config(parms->server->module_config, local
1147 disk_cache_conf *conf = ap_get_module_config(parms->server->module_config, local
1162 disk_cache_conf *conf = ap_get_module_config(parms->server->module_config, local
1176 disk_cache_conf *conf = ap_get_module_config(parms->server->module_config, local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DHashCompareTest.java73 DatabaseConfig conf = new DatabaseConfig();
74 conf.setErrorStream(TestUtils.getErrorStream());
75 conf.setErrorPrefix("HashCompareTest");
76 conf.setType(type);
78 conf.setHashComparator(new HashComparator());
80 conf.setBtreeComparator(new BtreeComparator());
81 conf.setAllowCreate(true);
83 Database db = new Database(HASHCOMPARETEST_DBNAME, null, conf);
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D055AppDestroy.t36 my $conf = q(
42 Log::Log4perl->init(\$conf);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcsmatch.cpp27 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, argument
31 confidence = conf;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/
H A Dslapd-master.conf22 include @DATADIR@/ditcontentrules.conf
43 #ndb#include @DATADIR@/ndb.conf
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/cacheclean/
H A Dtests.sh21 . $SYSTEMTESTTOP/conf.sh
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/checkzone/
H A Dtests.sh18 . $SYSTEMTESTTOP/conf.sh
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlv/
H A Dclean.sh39 rm -f ns1/trusted.conf ns5/trusted.conf
40 rm -f ns3/trusted-dlv.conf ns5/trusted-dlv.conf
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/stress/
H A Dclean.sh22 rm -f ns?/zones.conf

Completed in 281 milliseconds

1234567891011>>