Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/zic/
H A Dtzselect.ksh83 TZ_COUNTRY_TABLE=$TZDIR/tab/country.tab
204 country = cc_list[i]
205 if (cc_name[country]) {
206 country = cc_name[country]
208 print country
228 # If there's more than one country, ask the user which one.
242 country="${ocountry[$c]}"
259 country=$countries
266 -v country="$country" \
334 -v country="$country" \
[all …]
H A Dtzselect.po31 msgid "Please select a country or region."
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.c147 struct country_code_to_enum_rd *country, in ath9k_regd_get_wmodes_nreg() argument
156 (!country->allow11g)) in ath9k_regd_get_wmodes_nreg()
164 (!country->allow11ng20)) in ath9k_regd_get_wmodes_nreg()
168 (!country->allow11na20)) in ath9k_regd_get_wmodes_nreg()
172 (!country->allow11ng40)) in ath9k_regd_get_wmodes_nreg()
176 (!country->allow11ng40)) in ath9k_regd_get_wmodes_nreg()
180 (!country->allow11na40)) in ath9k_regd_get_wmodes_nreg()
184 (!country->allow11na40)) in ath9k_regd_get_wmodes_nreg()
228 struct country_code_to_enum_rd *country = NULL; in ath9k_regd_get_default_country() local
231 country = ath9k_regd_find_country(cc); in ath9k_regd_get_default_country()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dwhois.c88 const char *country, *host; in main() local
92 country = host = qnichost = NULL; in main()
106 country = optarg; in main()
150 if (!argc || (country != NULL && host != NULL)) in main()
159 if (host == NULL && country == NULL) { in main()
166 if (country != NULL) { in main()
167 s_asprintf(&qnichost, "%s%s", country, QNICHOST_TAIL); in main()
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
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 }
/illumos-gate/usr/src/data/zoneinfo/
H A Dcountry.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
23 # The table is sorted by country code.
29 #country-
30 #code name of country, territory, area, or subdivision
H A Ddo_pofile.sh14 COUNTRY_FILE=country.tab
H A Dzone_sun.tab12 # 2. The first data column contains exactly one country code.
15 # of a region identified by a country code and of a timezone where civil
31 # 1. ISO 3166 2-character country code. See the file `iso3166.tab'.
39 # 5. Comments; present if and only if the country has multiple rows.
43 # The table is sorted first by country, then an order within the country that
49 #country-
H A DMakefile21 TABFILES= continent.tab country.tab zone_sun.tab
H A DREADME.illumos33 Next you need to copy the country tab and the zone tab files. These have
36 $ cp iso3166.tab $CODEMGR_WS/usr/src/data/zoneinfo/country.tab
H A Dzone.tab.txt12 # 2. The first data column contains exactly one country code.
15 # of a region identified by a country code and of a timezone where civil
26 #country-
H A Dafrica42 # 'SAST' is the official abbreviation for +02 in the country of South Africa,
432 # In 1972 Liberia was the last country to switch from a UT offset
785 # The Moroccan government has recently announced that the country will return
1130 # While the entire country changes its time, Katima Mulilo and other
1134 # the country are close to 40 minutes earlier in sunrise than the rest
1135 # of the country.
1283 # ... [The legal time of the country, which coincides with universal
H A Dasia1403 # now on in all internal provinces of the country, governmental and official
1448 # Great], the country's official time was pulled forward by one hour and now
1509 # and officers in the whole country dated 1359/4/23 [1980-07-14], and
1510 # for synchronizing the official times of the country, agreed that:
1512 # The official time of the country will should move forward one hour
1564 # The official time of the country will be moved forward for one hour
1688 # Since timezones should be called by country and not capital cities,
1696 # high on my favorite-country list (and not only because my wife's
2623 # aviation/marine/meteorological industry in the country refused to
2811 # the rest of the country follows the Ulaanbaatar time, which is UTC/GMT plus
[all …]
H A Dsouthamerica130 # We are still -03:00 all year round in all of the country.
134 # all of the country (all Zone-entries) are affected. News reports like
267 # country)
280 # time much earlier than the rest of the country. It also
1177 # no-op for wall clocks in the north and south of the country, put their formal
1455 # repeated. For now, assume transitions were at 00:00 local time country-wide.
1883 # consumption "as a consequence of the current rainfall regime in the country".
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c930 char *country = NULL; in get_subname() local
940 country = get_input_string(COUNTRY_PROMPT, COUNTRY_DEFAULT, in get_subname()
942 if (country == NULL) in get_subname()
960 (void) strlcat(subname, country, SUBNAMESIZ); in get_subname()
992 if (country) in get_subname()
993 free(country); in get_subname()
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c206 get_tz_countries(struct tz_country **country, struct tz_continent *cont) in get_tz_countries() argument
436 *country = head; in get_tz_countries()
447 struct tz_country *country) in get_timezones_by_country() argument
492 if (strncmp(country->ctry_code, lp_cc, CCLEN) == 0) { in get_timezones_by_country()
659 free_tz_countries(struct tz_country *country) in free_tz_countries() argument
663 cptr = country; in free_tz_countries()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java1081 String country = ""; in langTagToLocale() local
1087 country = tk.nextToken(""); in langTagToLocale()
1093 return new Locale(lang, country); in langTagToLocale()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A DFIRMWARELICENSE51 (including patent laws, if applicable) of the country in which it is
136 or any part thereof to any country in which such export, re-export
145 country, or to nationals or residents of such countries; or (ii)
/illumos-gate/usr/src/data/ucode/amd/
H A DTHIRDPARTYLICENSE55 (1) export, re-export or release to a national of a country in Country
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h312 uint8_t *country; member
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h300 uint16_t country; /* ISO country code */ member
H A Dmwl.c1633 sc->sc_regdomain.country = CTRY_DEFAULT; in mwl_getchannels()
2636 if (rd->country == CTRY_SPAIN) in mwl_map2regioncode()
2638 if (rd->country == CTRY_FRANCE || rd->country == CTRY_FRANCE2) in mwl_map2regioncode()
/illumos-gate/usr/src/cmd/units/
H A Dunittab223 / Currencies pegged by the country to another currency are shown exactly
/illumos-gate/usr/src/cmd/ssh/doc/
H A DLICENCE53 your country, and I am not taking any responsibility on your behalf.

12