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

/osnet-11/usr/src/lib/libcmdutils/common/
H A Dprocess_xattrs.c35 get_attrdirs(int indfd, int outdfd, char *attrfile, int *sfd, int *tfd) argument
54 if (fchdir(outdfd) == 0) {
82 int outdfd = -1; local
107 if ((outdfd = attropen(outfile, ".", O_RDONLY)) == -1) {
139 if ((tattrfd = openat(outdfd, dp->d_name,
168 get_attrdirs(indfd, outdfd, dp->d_name, &asfd,
209 if (renameat(indfd, VIEW_READWRITE, outdfd,
246 if (outdfd != -1)
247 (void) close(outdfd);

Completed in 30 milliseconds