/titanic_50/usr/src/cmd/zic/ |
H A D | tzselect.ksh | 83 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 D | tzselect.po | 31 msgid "Please select a country or region."
|
/titanic_50/usr/src/uts/common/io/arn/ |
H A D | arn_regd.c | 147 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 …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | whois.c | 88 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()
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | country.tab | 1 # 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 D | do_pofile.sh | 14 COUNTRY_FILE=country.tab
|
H A D | Makefile | 21 TABFILES= continent.tab country.tab zone_sun.tab
|
H A D | README.illumos | 32 Next you need to copy the country tab and the zone tab files. These have 35 $ cp iso3166.tab $CODEMGR_WS/usr/src/data/zoneinfo/country.tab
|
H A D | zone_sun.tab | 12 # 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 28 # 1. ISO 3166 2-character country code. See the file `iso3166.tab'. 36 # 5. Comments; present if and only if the country has multiple rows. 40 # The table is sorted first by country, then an order within the country that 46 #country-
|
H A D | zone.tab.txt | 12 # 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 23 #country-
|
H A D | africa | 41 # 'SAST' is the official abbreviation for +02 in the country of South Africa, 462 # In 1972 Liberia was the last country to switch from a UT offset 827 # The Moroccan government has recently announced that the country will return 1145 # While the entire country changes its time, Katima Mulilo and other 1149 # the country are close to 40 minutes earlier in sunrise than the rest 1150 # of the country. 1270 # ... [The legal time of the country, which coincides with universal
|
H A D | asia | 1322 # and officers in the whole country dated 1359/4/23 [1980-07-14], and 1323 # for synchronizing the official times of the country, agreed that: 1325 # The official time of the country will should move forward one hour 1430 # The official time of the country will be moved forward for one hour 1609 # Since timezones should be called by country and not capital cities, 1617 # high on my favorite-country list (and not only because my wife's 2359 # aviation/marine/meteorological industry in the country refused to 2526 # the rest of the country follows the Ulaanbaatar time, which is UTC/GMT plus 2578 # The West (OLGII) is +7 GMT, most of the country is ULAT is +8 GMT 2636 # the country. That would be odd, and possibly is a result of their [all …]
|
H A D | southamerica | 130 # 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 1419 # repeated. For now, assume transitions were at 00:00 local time country-wide. 1829 # consumption "as a consequence of the current rainfall regime in the country".
|
/titanic_50/usr/src/lib/libzoneinfo/common/ |
H A D | libzone.c | 204 get_tz_countries(struct tz_country **country, struct tz_continent *cont) in get_tz_countries() argument 438 *country = head; in get_tz_countries() 449 struct tz_country *country) in get_timezones_by_country() argument 494 if (strncmp(country->ctry_code, lp_cc, CCLEN) == 0) { in get_timezones_by_country() 661 free_tz_countries(struct tz_country *country) in free_tz_countries() argument 665 cptr = country; in free_tz_countries()
|
/titanic_50/usr/src/cmd/cmd-crypto/pktool/ |
H A D | common.c | 930 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()
|
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPConfig.java | 1081 String country = ""; in langTagToLocale() local 1087 country = tk.nextToken(""); in langTagToLocale() 1093 return new Locale(lang, country); in langTagToLocale()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | FIRMWARELICENSE | 51 (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)
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | README | 43 If you are a citizen of the USA or another country which restricts
|
H A D | COPYING.Ylonen | 47 your country, and I am not taking any responsibility on your behalf.
|
H A D | LICENCE | 53 your country, and I am not taking any responsibility on your behalf.
|
/titanic_50/usr/src/tools/opensolaris/ |
H A D | README.opensolaris.tmpl | 57 country's laws in this area.
|
/titanic_50/usr/src/uts/common/io/net80211/ |
H A D | net80211_impl.h | 312 uint8_t *country; member
|
/titanic_50/usr/src/uts/common/io/mwl/ |
H A D | mwl_var.h | 300 uint16_t country; /* ISO country code */ member
|
H A D | mwl.c | 1624 sc->sc_regdomain.country = CTRY_DEFAULT; in mwl_getchannels() 2627 if (rd->country == CTRY_SPAIN) in mwl_map2regioncode() 2629 if (rd->country == CTRY_FRANCE || rd->country == CTRY_FRANCE2) in mwl_map2regioncode()
|
/titanic_50/usr/src/cmd/units/ |
H A D | unittab | 223 / Currencies pegged by the country to another currency are shown exactly
|