dst_fd            277 src/dps8/safemove.h set_mode_owner_times (const char * dst_path, int dst_fd, const struct stat * st)
dst_fd            279 src/dps8/safemove.h   if (fchown (dst_fd, st -> st_uid, st -> st_gid) == -1 && errno != EPERM)
dst_fd            282 src/dps8/safemove.h   if (fchmod (dst_fd, st -> st_mode & 07777) == -1)