/freebsd/tools/tools/locale/tools/ |
H A D | charmaps.pm | 74 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 D | Compare.p | 10 $oldawk -f $i test.countries test.countries >foo1 11 $awk -f $i test.countries test.countries >foo2
|
H A D | cleanup | 1 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 D | xc | 12 time awk -f $i test.countries >foo1 13 time ../drek test.countries >foo2
|
H A D | p.26a | 3 "Asian countries in millions is", pop }
|
H A D | p.26 | 3 "Asian countries in millions is", pop }
|
H A D | README.TESTS | 19 test.data and test.countries, but others would work too.
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | wlanconfig | 82 local input regdomains countries regdomain country prompt 90 input=$( ifconfig "$WLAN_IFACE" list countries | sed -e 's/DEBUG//gi' ) 134 \"\$prompt\" \"\" $countries 142 $countries \
|
/freebsd/usr.sbin/bsdconfig/timezone/share/ |
H A D | menus.subr | 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 D | countries.subr | 85 countries[name] = tlc 87 n = _asorti(countries, sorted_countries) 89 print countries[sorted_countries[i]] 102 f_dprintf "%s: Successfully loaded." timezone/countries.subr
|
H A D | Makefile | 2 FILES= continents.subr countries.subr iso3166.subr menus.subr \
|
/freebsd/usr.sbin/tzsetup/ |
H A D | tzsetup.c | 297 static struct country countries[NCOUNTRIES]; variable 345 cp = &countries[CODE2INT(t)]; in read_iso3166_table() 370 cp = &countries[CODE2INT(tlc)]; in find_country() 446 qsort(countries, NCOUNTRIES, sizeof(countries[0]), compare_countries); in sort_countries() 561 for (cp = countries; cp->name != NULL; cp++) { in dump_zonetab() 585 for (cp = countries; cp->name; cp++) { in make_menus() 629 for (cp = countries; cp->name; cp++) { in make_menus()
|
/freebsd/lib/lib80211/ |
H A D | lib80211_regdomain.c | 159 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()
|
H A D | lib80211_regdomain.h | 95 LIST_HEAD(, country) countries; /* country code table */
|
/freebsd/contrib/tzcode/ |
H A D | tzselect.ksh | 601 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/contrib/tzdata/ |
H A D | zone1970.tab | 11 # 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/usr.sbin/bsdconfig/timezone/ |
H A D | timezone | 37 f_include $BSDCFG_SHARE/timezone/countries.subr
|
/freebsd/sys/contrib/dev/ipw/ |
H A D | LICENSE | 113 countries in which each party transacts business, specifically including U.S. 160 by the laws of the United States and other countries, and international treaty
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | THIRDPARTYLICENSE.gplv2 | 230 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/gnu/ |
H A D | COPYING | 230 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 D | COPYING | 230 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/zstd/ |
H A D | COPYING | 230 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/iwi/ |
H A D | LICENSE | 116 countries in which each party transacts business, specifically including U.S. 163 by the laws of the United States and other countries, and international treaty
|
/freebsd/share/misc/ |
H A D | iso3166 | 6 # This includes many places that are not legally independent countries, 15 # been deleted unless necessary to distinguish two countries.
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | messages.subr | 43 msg_arabic_desc="Ported software for Arab countries." 145 msg_french_desc="Ported software for French countries." 150 msg_german_desc="Ported software for Germanic countries."
|