Searched refs:zones (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10/bind9-45.101/bind9/bin/tests/system/xferquota/
H A Dclean.sh24 rm -f ns1/zone*.example.db ns1/zones.conf
25 rm -f ns2/zone*.example.bk ns2/zones.conf
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/checkzone/
H A Dtests.sh23 for db in zones/good*.db
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/stress/
H A Dclean.sh22 rm -f ns?/zones.conf
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dmiscdtfm.cpp351 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount); local
355 if (tzID == (zones[i][0])) {
360 logln(UnicodeString("Long zone name = ") + zones[index][1]);
361 if (zones[index][1] != jstLong) {
362 errln("*** Should have been " + prettify(jstLong)+ " but it is: " + prettify(zones[index][1]));
365 // logln(UnicodeString("Short zone name = ") + zones[index][2]);
366 // if (zones[index][2] != jstShort) {
367 // errln("*** Should have been " + prettify(jstShort) + " but it is: " + prettify(zones[index][2]));
370 logln(UnicodeString("Long zone name = ") + zones[index][3]);
371 if (zones[inde
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/addzone/ns2/
H A Dnamed2.conf33 allow-new-zones no;
44 allow-new-zones yes;
58 allow-new-zones yes;
H A Dnamed1.conf28 allow-new-zones yes;
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dttkpane.rb83 zones = []
98 zones << [zone, zone[%r<[^/:]+$>].tr('_', ' ')]
126 zones << [tz, zone[%r<[^/:]+$>].tr('_', ' ')]
140 zones << [tz, zone[%r<[^/:]+$>].tr('_', ' ')]
148 zones << [zone, 'UTC%+03d00' % zone]
176 zones.each_with_index{|(zone, label), idx|
186 zones.each{|zone, label| update_proc.call(now, zone, label) }
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dttkpane.rb86 zones = []
101 zones << [zone, zone[%r<[^/:]+$>].tr('_', ' ')]
129 zones << [tz, zone[%r<[^/:]+$>].tr('_', ' ')]
143 zones << [tz, zone[%r<[^/:]+$>].tr('_', ' ')]
151 zones << [zone, 'UTC%+03d00' % zone]
179 zones.each_with_index{|(zone, label), idx|
189 zones.each{|zone, label| update_proc.call(now, zone, label) }
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DWebMemorySampler.mac.mm59 vm_address_t* zones;
72 malloc_get_all_zones(mach_task_self(), 0, &zones, &count);
74 if (const char* name = malloc_get_zone_name(reinterpret_cast<malloc_zone_t*>(zones[i]))) {
79 malloc_zone_statistics(reinterpret_cast<malloc_zone_t*>(zones[i]), &stats);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/resolver/ns7/
H A Dnamed.conf32 empty-zones-enable yes;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/rrsetorder/ns2/
H A Dnamed.conf31 // flush-zones-on-shutdown yes;
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A DREADME45 $ zkt-conf -s -O "Zonedir: /var/named/zones" -w
50 $ cd /var/name/zones/net/example.net # change dir to zone directory
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.h132 DNSZone * zones; member in struct:__anon11112
H A Ddnsextd_parser.y410 zone = d->zones;
443 d->zones = NULL;
460 zone->next = d->zones;
461 d->zones = zone;
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dttkpane.tcl56 set zones {
70 foreach zone $zones {clock format 0 -timezone $zone}
71 foreach zone $zones {
/macosx-10.10/system_cmds-643.1.1/zic.tproj/
H A Dzic.c238 static struct zone * zones; variable in typeref:struct:zone
239 static int nzones; /* number of zones */
566 for (j = i + 1; j < nzones && zones[j].z_name == NULL; ++j)
568 outzone(&zones[i], j - i);
702 ** Associate sets of rules with zones.
756 zp = &zones[i];
766 zp = &zones[i];
774 zp = &zones[i];
977 if (zones[i].z_name != NULL &&
978 strcmp(zones[
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtimezone.cpp25 * - should custom time zones be cached? [probably]
701 // Map into to zones. Our results are zone[map[i]] for
1616 UResourceBundle *zones = ures_openDirect(NULL, "windowsZones", &status); local
1617 ures_getByKey(zones, "mapTimezones", zones, &status);
1619 ures_close(zones);
1628 ures_close(zones);
1633 ures_getByKey(zones, winidKey, zones, &tmperr); // use tmperr, because windows mapping might not
1636 ures_close(zones);
[all...]
/macosx-10.10/bind9-45.101/bind9/
H A Dbind.keys6 # for any other zones MUST be configured elsewhere; if they are configured
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A DtclZIC.tcl653 # Stores a row in the 'zones' array describing the current zone.
673 variable zones
694 lappend zones($zone) $start $gmtoff $save $format
1239 variable zones
1241 # Walk the zones
1243 foreach zoneName [lsort -dictionary [array names zones]] {
1260 } [processTimeZone $zoneName $zones($zoneName)] {
1337 puts "Compiling time zones -- [clock format [clock seconds] \
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dzic.c296 static struct zone * zones; variable in typeref:struct:zone
297 static int nzones; /* number of zones */
712 for (j = i + 1; j < nzones && zones[j].z_name == NULL; ++j)
714 outzone(&zones[i], j - i);
846 ** Associate sets of rules with zones.
900 zp = &zones[i];
910 zp = &zones[i];
918 zp = &zones[i];
1145 if (zones[i].z_name != NULL &&
1146 strcmp(zones[
[all...]
/macosx-10.10/objc4-646/test/
H A Dtest.h226 vm_address_t *zones; local
228 malloc_get_all_zones(mach_task_self(), NULL, &zones, &count); local
231 malloc_zone_t *zone = (malloc_zone_t *)zones[i];
/macosx-10.10/bind9-45.101/bind9/contrib/named-bootconf/
H A Dnamed-bootconf.sh63 ZONEFILE=$WORKDIR/zones
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/autosign/ns3/
H A Dnamed.conf36 allow-new-zones yes;
/macosx-10.10/libmalloc-53.1.1/src/
H A Dmalloc.c243 malloc_zone_t **zones = &malloc_zones[1]; local
245 for (index = 1; index < limit; ++index, ++zones) {
246 zone = *zones;
278 // Iterate over the zones in malloc_zones, and call "trylock" on the zone
285 malloc_zone_t **zones = malloc_zones;
289 malloc_zone_t *zone = zones[i];
310 /* scan the list of zones, to see if this zone is already registered. If
332 /* If there were previously allocated malloc zones, we need to copy them
333 * out of the previous array and into the new zones array */
342 * allocated, and the number of zones allocate
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/bind9/
H A Dcheck.c1470 * Slave & stub zones must have a "masters" field.
1495 * Master zones can't have both "allow-update" and "update-policy".
1680 * If the zone type is rbt/rbt64 then master/hint zones
2111 const cfg_obj_t *zones = NULL; local
2130 * there are no duplicate zones.
2140 (void)cfg_map_get(voptions, "zone", &zones);
2142 (void)cfg_map_get(config, "zone", &zones);
2144 for (element = cfg_list_first(zones);
2633 const cfg_obj_t *zones = NULL; local
2635 (void)cfg_map_get(config, "zone", &zones);
[all...]

Completed in 330 milliseconds

12