| /src/external/gpl3/binutils/dist/binutils/ |
| winduni.h | 112 const char *country; member in struct:wind_language_t
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| winduni.h | 112 const char *country; member in struct:wind_language_t
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| wnm_sta.h | 33 char country[2]; /* valid if country_present=1 */ member in struct:neighbor_report
|
| rrm.c | 595 const char *country, const u8 *subelems, 617 op = get_oper_class(country, *pos); 662 const char *country = NULL; local 670 country = (const char *) (elem + 2); 672 op = get_oper_class(country, op_class); 701 ext_freqs = wpas_channel_report_freqs(wpa_s, country, subelems, len);
|
| wnm_sta.c | 464 "country string"); 467 os_memcpy(rep->country, pos, 2); 548 const char *country = NULL; local 555 country = (const char *) (elem + 2); 558 freq = ieee80211_chan_to_freq(country, op_class, chan);
|
| config.h | 363 char country[3]; member in struct:wpa_cred::roaming_partner 810 * country - Country code 812 * This is the ISO/IEC alpha2 country code for which we are operating 815 char country[2]; member in struct:wpa_config
|
| wpa_supplicant.c | 7431 if (wpa_s->conf->country[0] && wpa_s->conf->country[1] && 7432 wpa_drv_set_country(wpa_s, wpa_s->conf->country)) { 7433 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to set country"); 8271 wpa_s->conf->country[0] && wpa_s->conf->country[1]) { 8272 char country[3]; local 8273 country[0] = wpa_s->conf->country[0]; 8274 country[1] = wpa_s->conf->country[1] [all...] |
| p2p_supplicant.c | 5023 if (wpa_s->conf->country[0] && wpa_s->conf->country[1]) { 5024 os_memcpy(p2p.country, wpa_s->conf->country, 2); 5025 p2p.country[2] = 0x04; 5027 os_memcpy(p2p.country, "XX\x04", 3); 8129 wpa_s->conf->country[0] && wpa_s->conf->country[1]) { 8130 char country[3]; local 8131 country[0] = wpa_s->conf->country[0] [all...] |
| ctrl_iface.c | 989 } else if (os_strcasecmp(cmd, "country") == 0) { 990 if (wpa_s->conf->country[0] && wpa_s->conf->country[1]) 992 wpa_s->conf->country[0], 993 wpa_s->conf->country[1]); 8657 if (os_strncasecmp(cmd, "COUNTRY", 7) == 0) { 8660 char country[3]; local 8661 country[0] = cmd[8]; 8662 country[1] = cmd[9]; 8663 country[2] = 0x04 [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/ |
| DumpResource.java | 187 String country; local 193 country = language.substring(i+1); 196 country = ""; 199 int j = country.indexOf('_'); 201 variant = country.substring(j+1); 202 country = country.substring(0,j); 206 Locale locale = new Locale(language,country,variant);
|
| /src/sys/arch/acorn32/include/ |
| podulebus_machdep.h | 60 u_char country; member in struct:__anon862
|
| /src/usr.bin/whois/ |
| whois.c | 98 const char *host, *name, *country; local 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/external/mpl/bind/dist/lib/dns/include/dns/ |
| geoip.h | 93 void *country; /* GeoIP2-Country or GeoLite2-Country */ member in struct:dns_geoip_databases
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| geoip.h | 94 void *country; /* GeoIP2-Country or GeoLite2-Country */ member in struct:dns_geoip_databases
|
| /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/external/bsd/wpa/dist/hs20/client/ |
| osu_client.c | 822 const char *country; local 837 node = get_node(ctx->xml, prp, "Country"); 842 country = country_buf; 843 wpa_printf(MSG_INFO, "- Policy/PreferredRoamingPartnerList/<X+>/Country = %s", 844 country); 846 country = "*"; 863 strcmp(pos, "includeSubdomains") != 0, priority, country);
|
| /src/external/bsd/wpa/dist/src/ap/ |
| hostapd.c | 2047 if (hapd->iconf->country[0] && hapd->iconf->country[1]) { 2048 char country[4], previous_country[4]; local 2054 os_memcpy(country, hapd->iconf->country, 3); 2055 country[3] = '\0'; 2056 if (hostapd_set_country(hapd, country) < 0) { 2057 wpa_printf(MSG_ERROR, "Failed to set country code"); 2061 wpa_printf(MSG_DEBUG, "Previous country code %s, new country code %s" [all...] |
| ap_config.h | 1074 char country[3]; /* first two octets: country code as described in member in struct:hostapd_config
|
| /src/external/bsd/wpa/dist/src/p2p/ |
| p2p.h | 437 * country - Country code to use in P2P operations 439 char country[3]; member in struct:p2p_config 477 * numbering of the clases depends on the configured country code. 1223 int p2p_set_country(struct p2p_data *p2p, const char *country);
|
| p2p_i.h | 81 char country[3]; member in struct:p2p_device 367 * numbering of the clases depends on the configured country code. 758 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, 760 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, 762 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country, 776 void p2p_buf_add_oob_go_neg_channel(struct wpabuf *buf, const char *country,
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new_handlers.c | 3987 * wpas_dbus_getter_country - Control country code 3993 * Getter function for "Country" property. 4000 char country[3]; local 4001 char *str = country; 4003 country[0] = wpa_s->conf->country[0]; 4004 country[1] = wpa_s->conf->country[1]; 4005 country[2] = '\0'; 4013 * wpas_dbus_setter_country - Control country cod 4026 const char *country; local [all...] |
| /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 2222 COUNTRY_CODE_TO_ENUM_RD *country = AH_NULL; local 2395 COUNTRY_CODE_TO_ENUM_RD *country = AH_NULL; local [all...] |