/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
|
/src/sys/arch/acorn32/include/ |
podulebus_machdep.h | 60 u_char country; member in struct:__anon529cc25c0108
|
/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.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/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...] |