Home
last modified time | relevance | path

Searched refs:country (Results 1 – 25 of 228) sorted by relevance

12345678910

/netbsd/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/
H A Dnamed1.conf.in39 match-clients { geoip db country country AU; };
47 match-clients { geoip db country country US; };
55 match-clients { geoip db country country GB; };
63 match-clients { geoip db country country CA; };
71 match-clients { geoip db country country CL; };
79 match-clients { geoip db country country DE; };
87 match-clients { geoip db country country EH; };
95 match-clients { geoip db country country O1; };
H A Dnamed3.conf.in39 match-clients { geoip db country country Australia; };
47 match-clients { geoip db country country "United States"; };
55 match-clients { geoip db country country "United Kingdom"; };
63 match-clients { geoip db country country Canada; };
71 match-clients { geoip db country country Chile; };
79 match-clients { geoip db country country Germany; };
87 match-clients { geoip db country country "Western Sahara"; };
H A Dnamed2.conf.in38 acl gAU { geoip db country country AU; };
39 acl gUS { geoip db country country US; };
40 acl gGB { geoip db country country GB; };
41 acl gCA { geoip db country country CA; };
42 acl gCL { geoip db country country CL; };
43 acl gDE { geoip db country country DE; };
44 acl gEH { geoip db country country EH; };
H A Dnamed4.conf.in39 match-clients { geoip db country continent OC; };
47 match-clients { geoip db country continent NA; };
55 match-clients { geoip db country continent EU; };
63 match-clients { geoip db country continent SA; };
71 match-clients { geoip db country continent AF; };
/netbsd/external/mpl/bind/dist/bin/named/
H A Dgeoip.c88 named_g_geoip->country = open_geoip2(dir, "GeoIP2-Country.mmdb", in named_geoip_load()
90 if (named_g_geoip->country == NULL) { in named_geoip_load()
91 named_g_geoip->country = open_geoip2( in named_geoip_load()
120 if (named_g_geoip->country != NULL) { in named_geoip_unload()
121 MMDB_close(named_g_geoip->country); in named_geoip_unload()
122 named_g_geoip->country = NULL; in named_geoip_unload()
/netbsd/usr.bin/whois/
H A Dwhois.c98 const char *host, *name, *country; in main() local
100 country = host = NULL; in main()
111 country = optarg; in main()
161 if (!argc || (country != NULL && host != NULL)) in main()
164 if (host == NULL && country == NULL && !(flags & WHOIS_QUICK)) in main()
169 host ? host : choose_server(name, country, &tofree); in main()
301 choose_server(const char *name, const char *country, char **tofree) in choose_server() argument
313 if (country != NULL) in choose_server()
314 qhead = country; in choose_server()
/netbsd/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/
H A DDumpResource.java187 String country; in DumpResource() local
193 country = language.substring(i+1); in DumpResource()
196 country = ""; in DumpResource()
199 int j = country.indexOf('_'); in DumpResource()
201 variant = country.substring(j+1); in DumpResource()
202 country = country.substring(0,j); in DumpResource()
206 Locale locale = new Locale(language,country,variant); in DumpResource()
/netbsd/external/bsd/openldap/dist/tests/data/
H A Demptydn.out.slapadd8 objectClass: country
28 objectClass: country
32 objectClass: country
36 objectClass: country
H A Dtest-emptydn2.ldif3 objectClass: country
12 objectClass: country
21 objectClass: country
31 objectClass: country
H A Demptydn.out18 objectClass: country
22 objectClass: country
26 objectClass: country
/netbsd/share/misc/
H A DMakefile6 country domains operator \
43 update-country:
44 ${.CURDIR}/make.country > country
H A Dnanpa.awk20 country[f[1]] = f[4];
34 if (s in country) {
35 t = t " (" countrymap(country[s]) ")";
/netbsd/lib/libc/time/
H A Dtzselect.ksh296 country=
473 -v country="$country" \
503 -v country="$country" \
557 case $country%$region%$coord in
558 ?*%?*%) say >&2 " $country$newline $region";;
559 ?*%%) say >&2 " $country";;
/netbsd/external/mpl/bind/dist/doc/arm/
H A Dsecurity.rst84 are ``country``, ``region``, ``city``, ``continent``, ``postal`` (postal code),
91 integer NNNN. If a ``country`` search is specified with a string that is two characters
92 long, it must be a standard ISO-3166-1 two-letter country code; otherwise,
93 it is interpreted as the full name of the country. Similarly, if
100 a single database. However, searches for ``continent`` or ``country`` can be
101 answered from either the ``city`` or ``country`` databases, so for these search
104 are first answered from the ``city`` database if it is installed, and then from the ``country``
105 database if it is installed. Valid database names are ``country``,
112 geoip country US;
113 geoip country JP;
[all …]
/netbsd/external/bsd/wpa/dist/src/common/
H A Dieee802_11_common.c948 if (country == NULL) in country_match()
951 if (cc[i][0] == country[0] && cc[i][1] == country[1]) in country_match()
1183 if (country_match(us_op_class_cc, country)) { in ieee80211_chan_to_freq()
1189 if (country_match(eu_op_class_cc, country)) { in ieee80211_chan_to_freq()
1195 if (country_match(jp_op_class_cc, country)) { in ieee80211_chan_to_freq()
1201 if (country_match(cn_op_class_cc, country)) { in ieee80211_chan_to_freq()
1837 if (country_match(us_op_class_cc, country)) { in country_to_global_op_class()
1840 } else if (country_match(eu_op_class_cc, country)) { in country_to_global_op_class()
1843 } else if (country_match(jp_op_class_cc, country)) { in country_to_global_op_class()
1846 } else if (country_match(cn_op_class_cc, country)) { in country_to_global_op_class()
[all …]
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dgeoip2.c118 } else if (geoip->country != NULL) { in fix_subtype()
125 } else if (geoip->country != NULL) { in fix_subtype()
132 } else if (geoip->country != NULL) { in fix_subtype()
139 } else if (geoip->country != NULL) { in fix_subtype()
167 return (geoip->country); in geoip2_database()
/netbsd/external/mpl/bind/dist/lib/dns/tests/
H A Dgeoip_test.c98 geoip.country = open_geoip2(dir, "GeoIP2-Country.mmdb", &geoip_country); in load_geoip()
222 country(void **state) { in country() function
227 if (geoip.country == NULL) { in country()
253 if (geoip.country == NULL) { in country_v6()
412 cmocka_unit_test(baseline), cmocka_unit_test(country), in main()
/netbsd/external/historical/nawk/dist/testdir/
H A Dp.271 maxpop < $3 { maxpop = $3; country = $1 }
2 END { print country, maxpop }
H A Dp.383 country = $1
6 END { print country, maxpop }
/netbsd/external/gpl2/gettext/dist/gettext-tools/doc/
H A DISO_31661 # ISO 3166 2-letter country codes
8 # 1. ISO 3166-1:1999 2-character country code. See:
12 # 2. The usual English name for the country,
17 # The table is sorted by country code.
21 #country-
22 #code country name
/netbsd/sys/external/isc/atheros_hal/dist/
H A Dah_regdomain.c2065 __func__, modesAvail, country->countryCode, country->regDmnEnum); in ath_hal_getwmodesnreg()
2080 !country->allow11aTurbo) { in ath_hal_getwmodesnreg()
2140 country = findCountry(cc); in ath_hal_getwirelessmodes()
2141 if (country != AH_NULL) { in ath_hal_getwirelessmodes()
2225 country = findCountry(cc); in getDefaultCountry()
2226 if (country != AH_NULL) in getDefaultCountry()
2293 regDmn = country->regDmnEnum; in getWmRD()
2295 regDmn = country->regDmnEnum; in getWmRD()
2297 regDmn = country->regDmnEnum; in getWmRD()
2338 country->regDmnEnum); in getWmRD()
[all …]
/netbsd/external/public-domain/tz/dist/
H A Diso3166.tab1 # ISO 3166 alpha-2 country codes
7 # This file contains a table of two-letter country codes. Columns are
11 # 1. ISO 3166-1 alpha-2 country code, current as of
18 # The table is sorted by country code.
24 #country-
25 #code name of country, territory, area, or subdivision
H A Dzone1970.tab12 # of ISO 3166 2-character country codes. See the file 'iso3166.tab'.
19 # If multiple timezones overlap a country, each has a row in the
20 # table, with each column 1 containing the country code.
27 # and that country is listed first in column 1; any other countries
28 # are listed alphabetically by country code. The table is sorted
29 # first by country code, then (if possible) by an order within the
30 # country that (1) makes some geographical sense, and (2) puts the
37 #country-
358 # under the Pacific because its line's country codes include AQ.
360 # If more than one country code is affected each is listed separated
[all …]
/netbsd/external/mpl/bind/dist/bin/tests/system/geoip2/conf/
H A Dbad-threeletter.conf30 match-clients { geoip db country country AUS; };
/netbsd/external/bsd/wpa/dist/src/p2p/
H A Dp2p_build.c85 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_listen_channel() argument
91 wpabuf_put_data(buf, country, 3); in p2p_buf_add_listen_channel()
99 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_operating_channel() argument
105 wpabuf_put_data(buf, country, 3); in p2p_buf_add_operating_channel()
151 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country, in p2p_buf_add_channel_list() argument
160 wpabuf_put_data(buf, country, 3); /* Country String */ in p2p_buf_add_channel_list()
370 void p2p_buf_add_oob_go_neg_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_oob_go_neg_channel() argument
377 wpabuf_put_data(buf, country, 3); in p2p_buf_add_oob_go_neg_channel()

12345678910