Home
last modified time | relevance | path

Searched refs:_PATH_ISO3166 (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/bsdconfig/timezone/share/
H A Diso3166.subr42 _PATH_ISO3166="/usr/share/misc/iso3166"
55 # Read the ISO 3166 country code database in _PATH_ISO3166:
194 "$_PATH_ISO3166" )
H A Dcountries.subr34 # name Name of the country as read from _PATH_ISO3166.
/freebsd/usr.sbin/tzsetup/
H A Dtzsetup.c61 #define _PATH_ISO3166 "/usr/share/misc/iso3166" macro
879 strcpy(path_iso3166, _PATH_ISO3166); in main()
885 sprintf(path_iso3166, "%s/%s", chrootenv, _PATH_ISO3166); in main()
/freebsd/usr.sbin/bsdconfig/timezone/
H A Dtimezone156 _PATH_ISO3166="$CHROOTENV$_PATH_ISO3166"