Lines Matching refs:targattrfd
126 static int targattrfd = -1; variable
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;
2134 srcattrfd = targattrfd = -1;
2169 if ((targattrfd = openat(targetdirfd, dp->d_name,
2182 if ((targattrfd = openat(targetdirfd, dp->d_name,
2197 if (fstat(targattrfd, &s4) < 0) {
2212 if (targattrfd != -1)
2213 (void) close(targattrfd);
2214 srcattrfd = targattrfd = -1;
2243 if (targattrfd != -1)
2244 (void) close(targattrfd);