Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mv/
H A Dmv.c143 static int targfd = -1; variable
2142 (fsetattr(targfd, XATTR_VIEW_READWRITE, response)) != 0) {
2188 targfd = sourcedirfd = targetdirfd = -1;
2190 if ((targfd = open(targ, O_RDONLY)) == -1) {
2236 if ((targetdirfd = openat(targfd, ".", O_RDONLY|O_XATTR)) == -1) {
2429 if (targfd != -1)
2430 (void) close(targfd);