Home
last modified time | relevance | path

Searched refs:_PATH_DB (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.sbin/bsdconfig/timezone/
HDtimezone54 _PATH_DB="/var/db/zoneinfo"
160 _PATH_DB="$CHROOTENV$_PATH_DB"
168 [ -f "$_PATH_DB" -a -r "$_PATH_DB" ] ||
169 f_die 1 "$msg_cannot_open_for_reading" "$_PATH_DB"
170 f_eval_catch -dk zoneinfo "$0" cat 'cat "%s"' "$_PATH_DB" ||
171 f_die 1 "$msg_error_reading" "$_PATH_DB"
173 f_die 1 "$msg_unable_to_determine_name_from_db" "$_PATH_DB"
/NextBSD/usr.sbin/bsdconfig/timezone/share/
HDzones.subr49 _PATH_DB="/var/db/zoneinfo"
392 'rm -f "%s"' "$_PATH_DB" || return $FAILURE
449 # will be written to _PATH_DB (usable later with the `-r' flag).
461 if true 2> /dev/null > "$_PATH_DB"; then
462 cat <<-EOF > "$_PATH_DB"
/NextBSD/usr.sbin/tzsetup/
HDtzsetup.c58 #define _PATH_DB "/var/db/zoneinfo" macro
952 strcpy(path_db, _PATH_DB); in main()
959 sprintf(path_db, "%s/%s", chrootenv, _PATH_DB); in main()