Home
last modified time | relevance | path

Searched refs:sourcedirfd (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/mv/
H A Dmv.c122 static int sourcedirfd = -1; variable
1706 if ((aclerror = facl_get(sourcedirfd,
2013 targfd = sourcedirfd = targetdirfd = -1;
2030 if ((sourcedirfd = openat(srcfd, ".", O_RDONLY|O_XATTR)) == -1) {
2045 if (fstat(sourcedirfd, &attrdir) == -1) {
2092 if ((tmpfd = dup(sourcedirfd)) == -1) {
2141 if ((srcattrfd = openat(sourcedirfd, dp->d_name,
2223 if ((pwdfd != -1) && (fchdir(sourcedirfd) == 0)) {
2243 if (sourcedirfd != -1)
2244 (void) close(sourcedirfd);