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

/freebsd-13-stable/usr.sbin/tzsetup/
H A Dtzsetup.c78 path_zoneinfo[MAXPATHLEN], path_localtime[MAXPATHLEN], variable
713 if (lstat(path_localtime, &sb) < 0) {
725 "Copying %s to %s", zoneinfo_file, path_localtime);
729 path_localtime, zoneinfo_file);
755 if (unlink(path_localtime) < 0 && errno != ENOENT) {
758 path_localtime, strerror(errno));
769 fd2 = open(path_localtime, O_CREAT | O_EXCL | O_WRONLY,
775 path_localtime, strerror(errno));
793 path_localtime, strerror(errno));
801 unlink(path_localtime);
[all...]

Completed in 58 milliseconds