Lines Matching refs:targattrfd
148 static int targattrfd = -1; variable
1937 if ((facl_set(targattrfd, xacl)) < 0) {
1950 if (writefile(srcattrfd, targattrfd, source, target,
1961 if (fchown(targattrfd, UID(s3), GID(s3)) != 0) {
1988 if (fchmod(targattrfd, mode) != 0) {
2006 if (xacl && ((facl_set(targattrfd, xacl)) < 0)) {
2025 if (targattrfd != -1)
2026 (void) close(targattrfd);
2027 srcattrfd = targattrfd = -1;
2121 if (fsetattr(targattrfd,
2134 if (targattrfd != -1)
2135 (void) close(targattrfd);
2136 srcattrfd = targattrfd = -1;
2308 srcattrfd = targattrfd = -1;
2343 if ((targattrfd = openat(targetdirfd, dp->d_name,
2356 if ((targattrfd = openat(targetdirfd, dp->d_name,
2371 if (fstat(targattrfd, &s4) < 0) {
2386 if (targattrfd != -1)
2387 (void) close(targattrfd);
2388 srcattrfd = targattrfd = -1;
2417 if (targattrfd != -1)
2418 (void) close(targattrfd);