Searched refs:_PATH_DB (Results 1 – 3 of 3) sorted by relevance
53 _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"
48 _PATH_DB="/var/db/zoneinfo"391 'rm -f "%s"' "$_PATH_DB" || return $FAILURE448 # will be written to _PATH_DB (usable later with the `-r' flag).460 if true 2> /dev/null > "$_PATH_DB"; then461 cat <<-EOF > "$_PATH_DB"
64 #define _PATH_DB "/var/db/zoneinfo" macro881 strcpy(path_db, _PATH_DB); in main()887 sprintf(path_db, "%s/%s", chrootenv, _PATH_DB); in main()