Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdconfig/timezone/
H A Dtimezone53 _PATH_DB="/var/db/zoneinfo"
159 _PATH_DB="$CHROOTENV$_PATH_DB"
167 [ -f "$_PATH_DB" -a -r "$_PATH_DB" ] ||
168 f_die 1 "$msg_cannot_open_for_reading" "$_PATH_DB"
169 f_eval_catch -dk zoneinfo "$0" cat 'cat "%s"' "$_PATH_DB" ||
170 f_die 1 "$msg_error_reading" "$_PATH_DB"
172 f_die 1 "$msg_unable_to_determine_name_from_db" "$_PATH_DB"
/freebsd/usr.sbin/bsdconfig/timezone/share/
H A Dzones.subr48 _PATH_DB="/var/db/zoneinfo"
391 'rm -f "%s"' "$_PATH_DB" || return $FAILURE
448 # will be written to _PATH_DB (usable later with the `-r' flag).
460 if true 2> /dev/null > "$_PATH_DB"; then
461 cat <<-EOF > "$_PATH_DB"
/freebsd/usr.sbin/tzsetup/
H A Dtzsetup.c64 #define _PATH_DB "/var/db/zoneinfo" macro
881 strcpy(path_db, _PATH_DB); in main()
887 sprintf(path_db, "%s/%s", chrootenv, _PATH_DB); in main()