Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mv/
H A Dmv.c121 static int targfd = -1; variable
1968 (fsetattr(targfd, XATTR_VIEW_READWRITE, response)) != 0) {
2015 targfd = sourcedirfd = targetdirfd = -1;
2017 if ((targfd = open(targ, O_RDONLY)) == -1) {
2063 if ((targetdirfd = openat(targfd, ".", O_RDONLY|O_XATTR)) == -1) {
2255 if (targfd != -1)
2256 (void) close(targfd);