Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bsdconfig/timezone/share/
HDcountries.subr39 # read from _PATH_ZONETAB.
41 # before the `/' in the TZ field of _PATH_ZONETAB).
HDzones.subr46 _PATH_ZONETAB="/usr/share/zoneinfo/zone.tab"
68 # Read the zone descriptions database in _PATH_ZONETAB:
342 "$_PATH_ZONETAB" )
/NextBSD/usr.sbin/bsdconfig/timezone/
HDtimezone156 _PATH_ZONETAB="$CHROOTENV$_PATH_ZONETAB"
/NextBSD/usr.sbin/tzsetup/
HDtzsetup.c54 #define _PATH_ZONETAB "/usr/share/zoneinfo/zone.tab" macro
948 strcpy(path_zonetab, _PATH_ZONETAB); in main()
955 sprintf(path_zonetab, "%s/%s", chrootenv, _PATH_ZONETAB); in main()