Searched refs:countries (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/usr.sbin/bsdconfig/timezone/share/
H A DMakefile4 FILES= continents.subr countries.subr iso3166.subr menus.subr \
/freebsd-11.0-release/tools/tools/locale/tools/
H A Dcharmaps.pm51 my $countries = $attrs{countries};
66 $d{L}{$name}{$f}{countries} = $countries;
67 foreach my $c (split(" ", $countries)) {
114 my $countries = $attrs{countries};
117 $data{fields}{countries} = $countries;
131 foreach my $c (split(/,/, $data{fields}{countries})) {
[all...]
/freebsd-11.0-release/lib/lib80211/
H A Dlib80211_regdomain.h95 LIST_HEAD(, country) countries; /* country code table */ member in struct:regdata
H A Dlib80211_regdomain.c158 LIST_INSERT_HEAD(&mt->rdp->countries, mt->country, next);
454 LIST_FOREACH(cp, &rdp->countries, next) {
519 LIST_FOREACH(cp, &rdp->countries, next) {
569 struct country *cp = LIST_FIRST(&rdp->countries);
681 LIST_FOREACH(cp, &rdp->countries, next) {
698 LIST_FOREACH(cp, &rdp->countries, next) {
702 LIST_FOREACH(cp, &rdp->countries, next) {
/freebsd-11.0-release/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig120 local countries=
124 # Parse available countries/regdomains
125 input=`ifconfig $WLAN_IFACE list countries | sed 's/DEBUG//gi'`
128 countries=`echo $input | sed 's/Country codes://' | \
165 \"\" $countries
173 $height $width $rows $countries"`
/freebsd-11.0-release/usr.sbin/tzsetup/
H A Dtzsetup.c326 static struct country countries[NCOUNTRIES]; variable in typeref:struct:country
374 cp = &countries[CODE2INT(t)];
400 cp = &countries[CODE2INT(tlc)];
443 * ``countries''---i.e., the codes that don't correspond to a real
469 qsort(countries, NCOUNTRIES, sizeof(countries[0]), compare_countries);
529 * First, count up all the countries in each continent/ocean.
530 * Be careful to count those countries which have multiple zones
531 * only once for each. NB: some countries are in multiple
534 for (cp = countries; c
[all...]
/freebsd-11.0-release/usr.sbin/bsdconfig/timezone/
H A Dtimezone38 f_include $BSDCFG_SHARE/timezone/countries.subr
277 f_sort_countries # sorts the countries listed for each continent
/freebsd-11.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex587 Corporation in the United States and/or other countries.
590 Computer Inc. in the United States, other countries, or both.
/freebsd-11.0-release/sbin/ifconfig/
H A Difieee80211.c2162 * code to find the associated regdomain since countries always
2237 LIST_FOREACH(cp, &rdp->countries, next) {
4189 else if (iseq(arg, "countries"))

Completed in 127 milliseconds