Searched refs:zoneinfo_file (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/share/zoneinfo/tests/
H A Dzoneinfo_common.sh32 local zoneinfo_file
34 zoneinfo_file=$1
36 awk '$1 == "Link" && NF == 3 { print $2, $3; }' < $zoneinfo_file | \
/freebsd-13-stable/usr.sbin/tzsetup/
H A Dtzsetup.c87 static int install_zoneinfo_file(const char *zoneinfo_file);
705 install_zoneinfo_file(const char *zoneinfo_file) argument
725 "Copying %s to %s", zoneinfo_file, path_localtime);
729 path_localtime, zoneinfo_file);
740 fd1 = open(zoneinfo_file, O_RDONLY, 0);
744 "Could not open %s: %s", zoneinfo_file,
792 "Error copying %s to %s %s", zoneinfo_file,
807 if (access(zoneinfo_file, R_OK) != 0) {
810 "Cannot access %s: %s", zoneinfo_file,
833 if (symlink(zoneinfo_file, path_localtim
[all...]

Completed in 65 milliseconds