Searched refs:country (Results 1 - 13 of 13) sorted by relevance
| /illumos-gate/usr/src/cmd/zic/ |
| H A D | tzselect.ksh | 65 INFO_SELECT_CNTRY="Please select a country or region." 83 TZ_COUNTRY_TABLE=$TZDIR/tab/country.tab 122 country= 204 country = cc_list[i] 205 if (cc_name[country]) { 206 country = cc_name[country] 208 print country 213 # i18n country names 216 for country i [all...] |
| H A D | do_pofile.sh | 9 # Create messages file for zone_sun.tab, country.tab, continent.tab 15 COUNTRY_FILE=country.tab 41 $ECHO "# country.tab" 44 # Get 2nd column of country.tab file
|
| H A D | Makefile | 18 TABFILES = continent.tab country.tab zone_sun.tab
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
| H A D | whois.c | 88 const char *country, *host; local 92 country = host = qnichost = NULL; 106 country = optarg; 150 if (!argc || (country != NULL && host != NULL)) 154 * If no host or country is specified determine the top level domain 159 if (host == NULL && country == NULL) { 166 if (country != NULL) { 167 s_asprintf(&qnichost, "%s%s", country, QNICHOST_TAIL); 349 "usage: whois [-aAbfgiIklmQr] [-c country-code | -h hostname] "
|
| /illumos-gate/usr/src/uts/common/io/arn/ |
| H A D | arn_regd.c | 89 "%s: invalid regulatory domain/country code 0x%x\n", 126 "%s: EEPROM setting is country code %u\n", 147 struct country_code_to_enum_rd *country, 156 (!country->allow11g)) 164 (!country->allow11ng20)) 168 (!country->allow11na20)) 172 (!country->allow11ng40)) 176 (!country->allow11ng40)) 180 (!country->allow11na40)) 184 (!country 146 ath9k_regd_get_wmodes_nreg(struct ath_hal *ah, struct country_code_to_enum_rd *country, struct regDomain *rd5GHz, uint8_t *modes_allowed) argument 228 struct country_code_to_enum_rd *country = NULL; local 644 struct country_code_to_enum_rd *country = NULL; local [all...] |
| /illumos-gate/usr/src/lib/libzoneinfo/common/ |
| H A D | libzone.c | 46 #define COUNTRY_TAB ZONEINFOTABDIR "country.tab" 56 #define CCLEN 2 /* country code length */ 198 * file, for the input continent, and retrieves the country 199 * names from the country.tab file. It also retrieves the localized 200 * country names. The returned list of countries is sorted by the 204 get_tz_countries(struct tz_country **country, struct tz_continent *cont) argument 221 /* open zone_sun.tab and country.tab files */ 255 * If country matches previously *matched* country, skip 256 * entry, since zone.tab is alphabetized by country cod 448 get_timezones_by_country(struct tz_timezone **tmzone, struct tz_country *country) argument 661 free_tz_countries(struct tz_country *country) argument [all...] |
| /illumos-gate/usr/src/cmd/cmd-crypto/pktool/ |
| H A D | common.c | 930 char *country = NULL; local 940 country = get_input_string(COUNTRY_PROMPT, COUNTRY_DEFAULT, 942 if (country == NULL) 960 (void) strlcat(subname, country, SUBNAMESIZ); 992 if (country) 993 free(country);
|
| /illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | SLPConfig.java | 1075 // second part as the ISO 3166 country tag, even though RFC 1081 String country = ""; 1087 country = tk.nextToken(""); 1088 // country name may have "-" in it... 1093 return new Locale(lang, country);
|
| /illumos-gate/usr/src/uts/common/io/net80211/ |
| H A D | net80211_impl.h | 312 uint8_t *country; member in struct:ieee80211_scanparams
|
| H A D | net80211_input.c | 862 * [tlv] country information 900 scan.country = frm;
|
| /illumos-gate/usr/src/uts/common/io/mwl/ |
| H A D | mwl_var.h | 300 uint16_t country; /* ISO country code */ member in struct:mwl_regdomain 303 char isocc[2]; /* country code string */
|
| H A D | mwl.c | 1624 sc->sc_regdomain.country = CTRY_DEFAULT; 2613 * Map SKU+country code to region code for radar bin'ing. 2627 if (rd->country == CTRY_SPAIN) 2629 if (rd->country == CTRY_FRANCE || rd->country == CTRY_FRANCE2)
|
| /illumos-gate/usr/src/grub/grub-0.97/docs/ |
| H A D | texinfo.tex | 2785 % @tab Legal holiday which is valid in major parts of the whole country.
|
Completed in 323 milliseconds