Lines Matching defs:targattrfd
126 static int targattrfd = -1;
1761 if ((facl_set(targattrfd, xacl)) < 0) {
1774 if (writefile(srcattrfd, targattrfd, source, target,
1785 if (fchown(targattrfd, UID(s3), GID(s3)) != 0) {
1812 if (fchmod(targattrfd, mode) != 0) {
1830 if (xacl && ((facl_set(targattrfd, xacl)) < 0)) {
1849 if (targattrfd != -1)
1850 (void) close(targattrfd);
1851 srcattrfd = targattrfd = -1;
1946 if (fsetattr(targattrfd,
1959 if (targattrfd != -1)
1960 (void) close(targattrfd);
1961 srcattrfd = targattrfd = -1;
2132 srcattrfd = targattrfd = -1;
2167 if ((targattrfd = openat(targetdirfd, dp->d_name,
2180 if ((targattrfd = openat(targetdirfd, dp->d_name,
2195 if (fstat(targattrfd, &s4) < 0) {
2210 if (targattrfd != -1)
2211 (void) close(targattrfd);
2212 srcattrfd = targattrfd = -1;
2241 if (targattrfd != -1)
2242 (void) close(targattrfd);