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

/osnet-11/usr/src/lib/libcmdutils/common/
H A Dprocess_xattrs.c37 int pwdfd; local
41 pwdfd = open(".", O_RDONLY);
42 if ((pwdfd != -1) && (fchdir(indfd) == 0)) {
44 (void) fchdir(pwdfd);
45 (void) close(pwdfd);
50 (void) fchdir(pwdfd);
51 (void) close(pwdfd);
56 (void) fchdir(pwdfd);
57 (void) close(pwdfd);
62 (void) fchdir(pwdfd);
[all...]

Completed in 20 milliseconds