Searched defs:sourcedirfd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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) {
2087 * dup sourcedirfd for use by fdopendir().
2092 if ((tmpfd = dup(sourcedirfd)) == -1) {
2141 if ((srcattrfd = openat(sourcedirfd, dp->d_name,
2223 if ((pwdfd != -1) && (fchdir(sourcedirfd) == 0)) {
2243 if (sourcedirfd !
[all...]

Completed in 86 milliseconds