Searched refs:dd_fd (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/lib/libc/gen/
H A Dgen-private.h43 * NOTE. Change structure layout with care, at least dd_fd field has to
47 int dd_fd; /* file descriptor associated with directory */ member in struct:_dirdesc
63 #define _dirfd(dirp) ((dirp)->dd_fd)
H A Dclosedir.c58 fd = dirp->dd_fd;
59 dirp->dd_fd = -1;
H A Drewinddir.c57 (void) lseek(dirp->dd_fd, 0, SEEK_SET);
H A Dopendir.c150 if ((fd2 = _openat(dirp->dd_fd, ".", O_RDONLY | O_CLOEXEC)) == -1)
154 pos = lseek(dirp->dd_fd, 0, SEEK_CUR);
305 dirp->dd_fd = fd;
346 dirp->dd_size = _getdirentries(dirp->dd_fd,
H A Dreaddir.c69 dirp->dd_size = _getdirentries(dirp->dd_fd,
H A Dtelldir.c157 (void) lseek(dirp->dd_fd, (off_t)loc_seek, SEEK_SET);
/freebsd-13-stable/sbin/restore/
H A Ddirs.c100 int dd_fd; member in struct:rstdirdesc
447 (void) lseek(dirp->dd_fd, base + rounddown2(loc, DIRBLKSIZ), SEEK_SET);
450 dirp->dd_size = read(dirp->dd_fd, dirp->dd_buf, DIRBLKSIZ);
463 dirp->dd_size = read(dirp->dd_fd, dirp->dd_buf,
521 (void)close(dirp->dd_fd);
532 return ((long)lseek(dirp->dd_fd,
551 dirp->dd_fd = fd;
694 dp = dup(dirp->dd_fd);
/freebsd-13-stable/contrib/opie/
H A Dglob.c375 if (fstat(dirp->dd_fd, &stb) < 0)
/freebsd-13-stable/contrib/tcsh/
H A Dsh.exec.c706 if (fstat(dirp->dd_fd, &stb) < 0 || !S_ISDIR(stb.st_mode)) {
/freebsd-13-stable/crypto/heimdal/
H A Dconfigure20800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dd_fd in DIR" >&5
20801 $as_echo_n "checking for dd_fd in DIR... " >&6; }
20815 DIR x; memset(&x, 0, sizeof(x)); x.dd_fd

Completed in 259 milliseconds