fcpxattr
if (pflag && (fcpxattr(from_fd, to_fd) != 0))
if (fcpxattr(from_fd, to_fd) == -1)
int fcpxattr(int _from_fd, int _to_fd);