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

/freebsd-11.0-release/usr.sbin/tzsetup/
H A Dtzsetup.c203 static int install_zoneinfo_file(const char *zoneinfo_file);
647 install_zoneinfo_file(const char *zoneinfo_file) argument
665 if (zoneinfo_file == NULL)
670 "Copying %s to %s", zoneinfo_file, path_localtime);
674 path_localtime, zoneinfo_file);
682 if (zoneinfo_file == NULL) {
720 fd1 = open(zoneinfo_file, O_RDONLY, 0);
724 "Could not open %s: %s", zoneinfo_file,
766 "Error copying %s to %s %s", zoneinfo_file,
779 if (access(zoneinfo_file, R_O
[all...]

Completed in 42 milliseconds