Home
last modified time | relevance | path

Searched full:countries (Results 1 – 25 of 128) sorted by relevance

123456

/freebsd/tools/tools/locale/etc/
H A Dcharmaps.xml6 countries = countries to create - separated by space
30 countries="ZA" />
32 countries="ET" /> <!-- UTF-8 only -->
34 countries="AE EG JO MA QA SA" />
36 countries="BY" />
38 countries="BG" />
41 countries="AD ES FR IT" /> <!-- only ca_ES defined -->
43 countries="CZ" />
45 countries="DK" />
47 countries="AT CH DE" />
[all …]
/freebsd/usr.sbin/bsdconfig/timezone/share/
H A Dcountries.subr59 # Sorts alphabetically the 2-character country codes listed in $COUNTRIES based
80 split(ENVIRON["COUNTRIES"], array, /[[:space:]]+/)
85 countries[name] = tlc
87 n = _asorti(countries, sorted_countries)
89 print countries[sorted_countries[i]]
95 export COUNTRIES # for awk(1) ENVIRON[] visibility
96 COUNTRIES=$( awk "$f_sort_countries_awk" )
97 export COUNTRIES # Pedantic
102 f_dprintf "%s: Successfully loaded." timezone/countries.subr
H A Dmenus.subr58 # COUNTRIES
92 # Menu-list of countries/zones for each continent represented by
95 # For countries that have multiple zones, this is the submenu-
113 # First, count up all the countries in each continent/ocean.
114 # Be careful to count those countries which have multiple zones
115 # only once for each. NB: some countries are in multiple
118 i = split(ENVIRON["COUNTRIES"], countries, /[[:space:]]+/)
121 tlc = countries[cp]
205 # Dump the submenus of countries with multiple zones
H A Diso3166.subr75 # COUNTRIES
186 printf "COUNTRIES=\"%s\"\n", list
187 print "export COUNTRIES"
H A DMakefile2 FILES= continents.subr countries.subr iso3166.subr menus.subr \
/freebsd/tools/tools/locale/tools/
H A Dcharmaps.pm74 my $countries = $attrs{countries};
89 $d{L}{$name}{$f}{countries} = $countries;
90 foreach my $c (split(" ", $countries)) {
137 my $countries = $attrs{countries};
140 $data{fields}{countries} = $countries;
154 foreach my $c (split(/,/, $data{fields}{countries})) {
/freebsd/contrib/one-true-awk/testdir/
H A DCompare.p10 $oldawk -f $i test.countries test.countries >foo1
11 $awk -f $i test.countries test.countries >foo2
H A Dcleanup1 rm -f core foo* junk* glop* *temp* *.p bigpop smallpop tt.* countries td.1
3 rm -f T.* t.* p.* u.* chem.awk test.data test.countries Compare*
H A Dxc12 time awk -f $i test.countries >foo1
13 time ../drek test.countries >foo2
H A Dp.26a3 "Asian countries in millions is", pop }
H A Dp.263 "Asian countries in millions is", pop }
H A DREADME.TESTS19 test.data and test.countries, but others would work too.
/freebsd/usr.sbin/tzsetup/
H A Dtzsetup.c223 snprintf(title, sizeof(title), "Countries in %s", in continent_country_menu()
297 static struct country countries[NCOUNTRIES]; variable
345 cp = &countries[CODE2INT(t)]; in read_iso3166_table()
370 cp = &countries[CODE2INT(tlc)]; in find_country()
420 * ``countries''---i.e., the codes that don't correspond to a real
446 qsort(countries, NCOUNTRIES, sizeof(countries[0]), compare_countries); in sort_countries()
561 for (cp = countries; cp->name != NULL; cp++) { in dump_zonetab()
580 * First, count up all the countries in each continent/ocean. in make_menus()
581 * Be careful to count those countries which have multiple zones in make_menus()
582 * only once for each. NB: some countries are in multiple in make_menus()
[all …]
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig82 local input regdomains countries regdomain country prompt
88 # Parse available countries/regdomains
90 input=$( ifconfig "$WLAN_IFACE" list countries | sed -e 's/DEBUG//gi' )
98 countries=$( echo "$input" | awk '
134 \"\$prompt\" \"\" $countries
142 $countries \
/freebsd/tools/tools/ath/athrd/
H A Drun.sh2 COUNTRIES=${@:-"
13 for i in $COUNTRIES
/freebsd/sys/contrib/device-tree/include/dt-bindings/display/
H A Dsdtv-standards.h64 /* Standards for Countries with 60Hz Line frequency */
70 /* Standards for Countries with 50Hz Line frequency */
/freebsd/usr.sbin/bsdconfig/timezone/
H A Dtimezone37 f_include $BSDCFG_SHARE/timezone/countries.subr
72 COUNTRIES= # list of 2-character country codes created by f_read_iso3166_table
274 f_read_iso3166_table # creates $COUNTRIES and $country_*_name
276 f_sort_countries # sorts the countries listed for each continent
/freebsd/contrib/tzdata/
H A Dzone1970.tab11 # 1. The countries that overlap the timezone, as a comma-separated list
22 # 4. Comments; present if and only if countries have multiple timezones,
23 # and useful only for those countries. For example, the comments
24 # for the row with countries CH,DE,LI and name Europe/Zurich
27 # If a timezone covers multiple countries, the most-populous city is used,
28 # and that country is listed first in column 1; any other countries
/freebsd/lib/lib80211/
H A Dlib80211_regdomain.c159 LIST_INSERT_HEAD(&mt->rdp->countries, mt->country, next); in start_element()
463 LIST_FOREACH(cp, &rdp->countries, next) { in lib80211_regdomain_readconfig()
546 LIST_FOREACH(cp, &rdp->countries, next) { in lib80211_regdomain_readconfig()
599 struct country *cp = LIST_FIRST(&rdp->countries); in lib80211_regdomain_cleanup()
711 LIST_FOREACH(cp, &rdp->countries, next) { in lib80211_country_findbycc()
728 LIST_FOREACH(cp, &rdp->countries, next) { in lib80211_country_findbyname()
732 LIST_FOREACH(cp, &rdp->countries, next) { in lib80211_country_findbyname()
/freebsd/contrib/ntp/html/drivers/
H A Dtf582_4.html18 <p>Several European countries use the following message data format:</p>
54 …) and is now available from the primary timing centres of the following countries: Austria, Belgiu…
/freebsd/contrib/tzcode/
H A Dtzselect.ksh601 countries=$(
613 # Get list of names of countries in the continent or ocean.
614 countries=$(
647 case $countries in
651 doselect $countries
655 country=$countries
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A DTHIRDPARTYLICENSE.gplv2230 certain countries either by patents or by copyrighted interfaces, the
233 those countries, so that distribution is permitted only in or among
234 countries not thus excluded. In such case, this License incorporates
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dnvm-reg.h448 * @block_list_array: list of countries where TAS must be disabled
/freebsd/gnu/
H A DCOPYING230 certain countries either by patents or by copyrighted interfaces, the
233 those countries, so that distribution is permitted only in or among
234 countries not thus excluded. In such case, this License incorporates
/freebsd/contrib/diff/
H A DCOPYING230 certain countries either by patents or by copyrighted interfaces, the
233 those countries, so that distribution is permitted only in or among
234 countries not thus excluded. In such case, this License incorporates

123456