HomeSort by: relevance | last modified time | path
    Searched refs:city (Results 1 - 21 of 21) sorted by relevancy

  /src/usr.bin/menuc/testm/
menus.msg 12 message city {city, state zip
  /src/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/
named6.conf.j2 39 match-clients { geoip city "Redwood City"; };
47 match-clients { geoip city "Santa Cruz"; };
55 match-clients { geoip city "Oklahoma City"; };
63 match-clients { geoip city "Ashland"; };
71 match-clients { geoip city "Atlanta"; };
79 match-clients { geoip city "Morrison"; };
87 match-clients { geoip city "Ketchikan"; };
  /src/external/mpl/bind/dist/bin/named/
geoip.c 95 named_g_geoip->city = open_geoip2(dir, "GeoIP2-City.mmdb", &geoip_city);
96 if (named_g_geoip->city == NULL) {
97 named_g_geoip->city = open_geoip2(dir, "GeoLite2-City.mmdb",
124 if (named_g_geoip->city != NULL) {
125 MMDB_close(named_g_geoip->city);
126 named_g_geoip->city = NULL;
  /src/external/mpl/bind/dist/lib/dns/
geoip2.c 109 if (geoip->city != NULL) {
116 if (geoip->city != NULL) {
123 if (geoip->city != NULL) {
130 if (geoip->city != NULL) {
137 if (geoip->city != NULL) {
142 if (geoip->city != NULL) {
173 return geoip->city;
301 ret = MMDB_get_value(&state->entry, &value, "city", "names",
  /src/external/mpl/dhcp/bind/dist/lib/dns/
geoip2.c 116 if (geoip->city != NULL) {
123 if (geoip->city != NULL) {
130 if (geoip->city != NULL) {
137 if (geoip->city != NULL) {
144 if (geoip->city != NULL) {
149 if (geoip->city != NULL) {
180 return (geoip->city);
308 ret = MMDB_get_value(&state->entry, &value, "city", "names",
  /src/external/mpl/bind/dist/lib/dns/include/dns/
geoip.h 94 void *city; /* GeoIP2-CIty or GeoLite2-City */ member in struct:dns_geoip_databases
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
geoip.h 95 void *city; /* GeoIP2-CIty or GeoLite2-City */ member in struct:dns_geoip_databases
  /src/external/mpl/bind/dist/tests/dns/
geoip_test.c 86 geoip.city = open_geoip2(dir, "GeoIP2-City.mmdb", &geoip_city);
250 /* GeoIP city (ipv4) matching */
251 ISC_RUN_TEST_IMPL(city) {
256 if (geoip.city == NULL) {
279 "Redwood City");
287 /* GeoIP city (ipv6) matching */
293 if (geoip.city == NULL) {
319 dns_geoip_city_name, "Redwood City");
389 ISC_TEST_ENTRY_CUSTOM(city, setup_test, teardown_test
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
test.cnf 73 localityName = Locality Name (eg, city)
  /src/external/mpl/bind/dist/bin/tests/system/doth/CA/
CA.cfg 111 localityName = Locality Name (e.g., city)
  /src/external/mpl/bind/dist/bin/tests/system/geoip2/data/
write-test-data.pl 40 ['GeoIP2-City'],
66 city => 'map',
139 languages => [ 'en', $type eq 'GeoIP2-City' ? ('zh') : () ],
143 $type eq 'GeoIP2-City' ? ( zh => '小型数据库' ) : (),
  /src/tests/usr.bin/xlint/lint1/
init_c99.c 609 struct city { struct
614 struct city capital;
  /src/crypto/external/bsd/openssl.old/dist/apps/
openssl-vms.cnf 138 localityName = Locality Name (eg, city)
openssl.cnf 138 localityName = Locality Name (eg, city)
  /src/crypto/external/apache2/openssl/dist/apps/
openssl-vms.cnf 175 localityName = Locality Name (eg, city)
openssl.cnf 175 localityName = Locality Name (eg, city)
  /src/crypto/external/bsd/openssl/dist/apps/
openssl-vms.cnf 175 localityName = Locality Name (eg, city)
openssl.cnf 175 localityName = Locality Name (eg, city)
  /src/external/mpl/bind/dist/lib/isccfg/
aclconf.c 36 "country", "city", "asnum", "isp", "domain", NULL,
296 if (strcasecmp(dbname, "city") == 0) {
306 if (strcasecmp(dbname, "city") == 0) {
316 if (strcasecmp(dbname, "city") == 0) {
326 if (strcasecmp(dbname, "city") == 0) {
336 if (strcasecmp(dbname, "city") == 0) {
344 if (strcasecmp(dbname, "city") == 0) {
361 if (strcasecmp(dbname, "city") != 0) {
364 "a 'city'-only search type: ignoring");
418 if (ctx->geoip->country != NULL || ctx->geoip->city != NULL)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
aclconf.c 37 "country", "city", "asnum", "isp", "domain", NULL,
301 if (strcasecmp(dbname, "city") == 0) {
311 if (strcasecmp(dbname, "city") == 0) {
321 if (strcasecmp(dbname, "city") == 0) {
331 if (strcasecmp(dbname, "city") == 0) {
341 if (strcasecmp(dbname, "city") == 0) {
349 if (strcasecmp(dbname, "city") == 0) {
366 if (strcasecmp(dbname, "city") != 0) {
369 "a 'city'-only search type: ignoring");
423 if (ctx->geoip->country != NULL || ctx->geoip->city != NULL)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 7120 string city = "A\u030Arhus";
7121 size_t first = graphemeStride(city, 0);
7123 assert(city[0 .. first] == "A\u030A");
7124 assert(city[first..$] == "rhus");

Completed in 43 milliseconds