Home
last modified time | relevance | path

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

/netbsd/lib/libc/gen/
H A Dfts.c217 if ((sp->fts_rfd = open(".", O_RDONLY | O_CLOEXEC, 0)) == -1) in fts_open()
293 if (fchdir(sp->fts_rfd) == -1) in fts_close()
295 (void)close(sp->fts_rfd); in fts_close()
453 if (FCHDIR(sp, sp->fts_rfd)) { in fts_read()
510 if (FCHDIR(sp, sp->fts_rfd)) { in fts_read()
899 FCHDIR(sp, sp->fts_rfd) : in fts_build()
/netbsd/include/
H A Dfts.h65 int fts_rfd; /* fd for root */ member