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

  /src/share/misc/
Makefile 6 country domains dot.clang-format operator \
30 echo '# ISO 3166 country codes, from ${DOMAIN_URL}' ; \
43 update-country:
44 ${.CURDIR}/make.country > country
nanpa.awk 20 country[f[1]] = f[4];
34 if (s in country) {
35 t = t " (" countrymap(country[s]) ")";
  /src/usr.bin/whois/
whois.c 98 const char *host, *name, *country; local in function:main
100 country = host = NULL;
111 country = optarg;
161 if (!argc || (country != NULL && host != NULL))
164 if (host == NULL && country == NULL && !(flags & WHOIS_QUICK))
169 host ? host : choose_server(name, country, &tofree);
293 * If no country is specified determine the top level domain from the query.
301 choose_server(const char *name, const char *country, char **tofree)
313 if (country != NULL)
314 qhead = country;
    [all...]
  /src/usr.sbin/sysinst/
wskbd.c 60 #define KB_sysinst(tag, tagf, value, cc, ccf, country) \
61 {tag | tagf, cc ccf, country},
  /src/sys/arch/acorn32/include/
podulebus_machdep.h 60 u_char country; member in struct:__anon529cc25c0108
  /src/sys/external/isc/atheros_hal/dist/
ah_regdomain.c 79 * Country/Region Codes
484 uint16_t singleCC; /* Country code of single country if
1504 /* Defined here to use when 2G channels are authorised for country K2 */
1944 static HAL_BOOL getWmRD(struct ath_hal *ah, COUNTRY_CODE_TO_ENUM_RD *country, uint16_t channelFlag, REG_DOMAIN *rd);
1970 * Return whether or not the regulatory domain/country in EEPROM
1990 "%s: invalid regulatory domain/country code 0x%x\n", __func__, rd);
1995 * Returns whether or not the specified country code
2015 /* EEP setting is a country - config shall match */
2017 "%s: EEPROM setting is country code %u\n", __func__
2136 COUNTRY_CODE_TO_ENUM_RD *country = AH_NULL; local in function:ath_hal_getwirelessmodes
2222 COUNTRY_CODE_TO_ENUM_RD *country = AH_NULL; local in function:getDefaultCountry
2395 COUNTRY_CODE_TO_ENUM_RD *country = AH_NULL; local in function:ath_hal_init_channels
    [all...]
  /src/lib/libc/time/
tzselect.ksh 60 Instead of asking for continent and then country and then city,
198 # Awk script to output a country list.
242 country = cc_list[i]
243 if (cc_elsewhere[country])
245 if (cc_name[country])
246 country = cc_name[country]
247 print country
269 country[$1] = $2
271 country["US"] = "US" # Otherwise the strings get too long
    [all...]
  /src/sys/arch/acorn32/podulebus/
netslot.c 122 podule->country = *address;
podulebus.c 158 printf("country=%02x ", podule->country);
371 podule->country = address[28];
  /src/usr.bin/cal/
cal.c 156 const char *country; member in struct:reform
663 * applied. The argument can be any of the "country" names
687 * can try matching "country" names later.
731 reform->country = "Bompzidaize";
739 * country name.
743 if (strcasecmp(p, reform->country) == 0)
  /src/usr.bin/m4/TEST/
test.m4 155 create this kingdom. CTK designed the country, its transportation routes,
186 injured, the ruler of the country contacts the wizards. If the wizards
188 negligence, they provide the traveler's country with additional warnings.
  /src/sys/dev/wscons/
wsksymdef.h 652 * Sort (loosely) by country name.
689 #define KBF_ENUM(tag, tagf, value, cc, ccf, country) tag=value,
692 /* Define list of KB_xxx and country codes for array initialisation */
693 #define KBF_ENCTAB(tag, tagf, value, cc, ccf, country) { tag, cc },

Completed in 19 milliseconds