Home
last modified time | relevance | path

Searched refs:countries (Results 1 – 25 of 87) sorted by relevance

1234

/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/bsdinstall/scripts/
H A Dwlanconfig82 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 Dmenus.subr92 # 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 Dcountries.subr85 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 DMakefile2 FILES= continents.subr countries.subr iso3166.subr menus.subr \
/freebsd/usr.sbin/tzsetup/
H A Dtzsetup.c297 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 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()
H A Dlib80211_regdomain.h95 LIST_HEAD(, country) countries; /* country code table */
/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/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/usr.sbin/bsdconfig/timezone/
H A Dtimezone37 f_include $BSDCFG_SHARE/timezone/countries.subr
/freebsd/sys/contrib/dev/ipw/
H A DLICENSE113 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 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/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
/freebsd/sys/contrib/zstd/
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/sys/contrib/dev/iwi/
H A DLICENSE116 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 Diso31666 # 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 Dmessages.subr43 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."

1234