Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bsdconfig/timezone/share/
HDiso3166.subr43 _PATH_ISO3166="/usr/share/misc/iso3166"
56 # Read the ISO 3166 country code database in _PATH_ISO3166:
195 "$_PATH_ISO3166" )
HDcountries.subr35 # name Name of the country as read from _PATH_ISO3166.
/NextBSD/usr.sbin/bsdconfig/timezone/
HDtimezone157 _PATH_ISO3166="$CHROOTENV$_PATH_ISO3166"
/NextBSD/usr.sbin/tzsetup/
HDtzsetup.c55 #define _PATH_ISO3166 "/usr/share/misc/iso3166" macro
949 strcpy(path_iso3166, _PATH_ISO3166); in main()
956 sprintf(path_iso3166, "%s/%s", chrootenv, _PATH_ISO3166); in main()