Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/du/
H A Ddu.c91 static u_longlong_t descend(char *curname, int curfd, int *retcode,
280 descend(char *curname, int curfd, int *retcode, dev_t device) in descend() argument
302 curfd = AT_FDCWD; in descend()
311 i = fstatat(curfd, curname, &stb, 0); in descend()
312 j = fstatat(curfd, curname, &stb1, AT_SYMLINK_NOFOLLOW); in descend()
322 i = fstatat(curfd, curname, &stb, AT_SYMLINK_NOFOLLOW); in descend()
426 dirp = fdopendir(curfd); in descend()
448 if ((curname ? (chdir(curname) < 0) : (fchdir(curfd) < 0))) { in descend()