Searched refs:cderrno (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.c636 int cderrno, descend, len, level, maxlen, nlinks, oflag, saved_errno, local
703 cderrno = 0;
710 cderrno = errno;
799 if (cderrno) {
802 p->fts_errno = cderrno;
H A Dfts.c633 int cderrno, descend, oflag, saved_errno, nostat, doadjust; local
701 cderrno = 0;
708 cderrno = errno;
782 if (cderrno) {
785 p->fts_errno = cderrno;

Completed in 71 milliseconds