Searched full:iso3166 (Results 1 – 25 of 26) sorted by relevance
12
/freebsd/tools/tools/iso/ |
H A D | check-iso3166.pl | 5 # This script compares the file iso3166 (from head/share/misc) with the files 7 # http://www.iso.org/iso/list-en1-semic-3.txt) and iso3166-countrycodes.txt 18 open(FIN, "iso3166") or die "Cannot open iso3166 (should be in head/share/misc)"; 43 …open(FIN, "iso3166-countrycodes.txt") or die "Cannot open iso3166-countrycodes.txt, which can be r…
|
/freebsd/usr.sbin/bsdconfig/timezone/share/ |
H A D | iso3166.subr | 32 f_dprintf "%s: loading includes..." timezone/iso3166.subr 42 _PATH_ISO3166="/usr/share/misc/iso3166" 56 # /usr/share/misc/iso3166 on FreeBSD 57 # /usr/share/zoneinfo/iso3166.tab on Linux, Mac OS X, and Cygwin 132 # Get the ISO3166-1 (Alpha 1) 2-letter country code 199 f_dprintf "%s: Successfully loaded." timezone/iso3166.subr
|
H A D | Makefile | 2 FILES= continents.subr countries.subr iso3166.subr menus.subr \
|
H A D | zones.subr | 96 # Required variables [created by f_read_iso3166_table from iso3166.subr]: 266 # Get the ISO3166-1 (Alpha 1) 2-letter country code
|
H A D | menus.subr | 56 # Required variables [created by f_read_iso3166_table from iso3166.subr]:
|
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
H A D | brcm,bcm4329-fmac.yaml | 83 description: Multiple strings for translating ISO3166 country code to 90 Use a trivial mapping of ISO3166 country codes to brcmfmac firmware 92 the CLM blob firmware uses ISO3166 country codes as well, and that all
|
/freebsd/share/misc/ |
H A D | Makefile | 7 iso3166 iso639 latin1 mdoc.template operator pci_vendors \
|
H A D | iso3166 | 17 # The ISO3166 Maintenance Agency can be found at:
|
/freebsd/share/dict/ |
H A D | README | 11 Country names are stored in the file /usr/share/misc/iso3166.
|
/freebsd/contrib/tzcode/ |
H A D | tzselect.8 | 108 \f2TZDIR\fP\f3/iso3166.tab\fP
|
H A D | Makefile | 603 TABDATA= iso3166.tab $(TZDATA_TEXT) $(ZONETABLES) 608 DATA= $(TDATA_TO_CHECK) backzone iso3166.tab leap-seconds.list \ 633 etcetera europe factory iso3166.tab \
|
H A D | tzselect.ksh | 190 read_file TZ_COUNTRY_TABLE "$TZDIR/iso3166.tab"
|
H A D | NEWS | 2527 iso3166.tab now accents "Curaçao", and commentary now mentions 3138 The file 'iso3166.tab' now uses UTF-8, so that its entries can better 3766 The file 'iso3166.tab' is planned to switch from ASCII to UTF-8. 5508 changes by Paul Eggert, less the "Britain (UK)" change in iso3166.tab
|
H A D | theory.html | 1304 The format of the country code file, documented in <code>iso3166.tab</code>.
|
/freebsd/tools/tools/ |
H A D | README | 34 iso Tool to compare the iso3166 and iso639 files in
|
/freebsd/usr.sbin/tzsetup/ |
H A D | tzsetup.8 | 108 .It Pa /usr/share/misc/iso3166
|
H A D | tzsetup.c | 61 #define _PATH_ISO3166 "/usr/share/misc/iso3166" 303 * (/usr/share/misc/iso3166). On error, exit via err(3).
|
/freebsd/contrib/tzdata/ |
H A D | checktab.awk | 8 if (!iso_table) iso_table = "iso3166.tab"
|
H A D | Makefile | 603 TABDATA= iso3166.tab $(TZDATA_TEXT) $(ZONETABLES) 608 DATA= $(TDATA_TO_CHECK) backzone iso3166.tab leap-seconds.list \ 633 etcetera europe factory iso3166.tab \
|
H A D | zone1970.tab | 13 # See the file '/usr/share/misc/iso3166'.
|
H A D | NEWS | 2527 iso3166.tab now accents "Curaçao", and commentary now mentions 3138 The file 'iso3166.tab' now uses UTF-8, so that its entries can better 3766 The file 'iso3166.tab' is planned to switch from ASCII to UTF-8. 5508 changes by Paul Eggert, less the "Britain (UK)" change in iso3166.tab
|
/freebsd/usr.sbin/bsdconfig/timezone/ |
H A D | timezone | 38 f_include $BSDCFG_SHARE/timezone/iso3166.subr
|
/freebsd/sys/net80211/ |
H A D | ieee80211_regdomain.h | 36 * http://ftp.ics.uci.edu/pub/ietf/http/related/iso3166.txt
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | core.h | 201 /* set country code by ANSI country name, based on ISO3166-1 alpha2 */
|
/freebsd/lib/lib80211/ |
H A D | regdomain.xml | 1474 http://ftp.ics.uci.edu/pub/ietf/http/related/iso3166.txt
|
12