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

/freebsd-11-stable/lib/libc/gen/
H A Dgen-private.h41 * NOTE. Change structure layout with care, at least dd_fd field has to
45 int dd_fd; /* file descriptor associated with directory */ member in struct:_dirdesc
56 #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.c152 if ((fd2 = _openat(dirp->dd_fd, ".", O_RDONLY | O_CLOEXEC)) == -1)
156 pos = lseek(dirp->dd_fd, 0, SEEK_CUR);
292 dirp->dd_fd = fd;
338 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-11-stable/sys/i386/ibcs2/
H A Dibcs2_dirent.h44 int dd_fd; member in struct:__anon12062
/freebsd-11-stable/sbin/restore/
H A Ddirs.c98 int dd_fd; member in struct:rstdirdesc
444 (void) lseek(dirp->dd_fd, base + rounddown2(loc, DIRBLKSIZ), SEEK_SET);
447 dirp->dd_size = read(dirp->dd_fd, dirp->dd_buf, DIRBLKSIZ);
460 dirp->dd_size = read(dirp->dd_fd, dirp->dd_buf,
518 (void)close(dirp->dd_fd);
529 return ((long)lseek(dirp->dd_fd,
548 dirp->dd_fd = fd;
691 dp = dup(dirp->dd_fd);
/freebsd-11-stable/contrib/opie/
H A Dglob.c375 if (fstat(dirp->dd_fd, &stb) < 0)
/freebsd-11-stable/contrib/tcsh/
H A Dsh.exec.c706 if (fstat(dirp->dd_fd, &stb) < 0 || !S_ISDIR(stb.st_mode)) {
/freebsd-11-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 233 milliseconds