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

/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dclosedir.c72 fd = dirp->dd_fd;
73 dirp->dd_fd = -1;
H A Drewinddir.c65 fd = dirp->dd_fd;
H A Dreaddir.c68 dirp->dd_seek = lseek(dirp->dd_fd, (off_t)0, SEEK_CUR);
69 dirp->dd_size = getdents(dirp->dd_fd,
H A Dscandir.c100 if ((arraysz = dirsize(dirp->dd_fd, 0)) == 0)
117 if ((arraysz = dirsize(dirp->dd_fd, arraysz)) == 0)
H A Dtelldir.c117 dirp->dd_seek = lseek(dirp->dd_fd, lp->dp_seek, SEEK_SET);
H A Dinitdir.c250 dirp->dd_fd = fd;
/netbsd-6-1-5-RELEASE/include/
H A Ddirent.h59 int dd_fd; /* file descriptor associated with directory */ member in struct:_dirdesc
70 #define dirfd(dirp) ((dirp)->dd_fd)
/netbsd-6-1-5-RELEASE/distrib/utils/libhack/
H A Dopendir.c93 dirp->dd_fd = fd;
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Ddirs.c101 int dd_fd; member in struct:rstdirdesc
472 (void) lseek(rdirp->dd_fd, base + (loc & ~(DIRBLKSIZ - 1)), SEEK_SET);
475 rdirp->dd_size = read(rdirp->dd_fd, rdirp->dd_buf, DIRBLKSIZ);
488 rdirp->dd_size = read(rdirp->dd_fd, rdirp->dd_buf,
544 (void)close(rdirp->dd_fd);
555 return ((long)lseek(rdirp->dd_fd,
574 rdirp->dd_fd = fd;
668 dp = dup(dirp->dd_fd);
/netbsd-6-1-5-RELEASE/tools/compat/
H A Dcompat_defs.h216 #define dirfd(dirp) ((dirp)->dd_fd)
224 int dd_fd; /* file descriptor associated with directory */ member in struct:_dirdesc
234 #define dirfd(dirp) (((struct _dirdesc *)dirp)->dd_fd)
H A Dconfigure4025 echo "$as_me:4025: checking for DIR.dd_fd" >&5
4026 echo $ECHO_N "checking for DIR.dd_fd... $ECHO_C" >&6
4040 if (ac_aggr.dd_fd)
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Dexpand.c310 if (fstat(dirp->dd_fd, &stb) < 0)
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/common_source/
H A Dcommon.c249 if (fstat(dirp->dd_fd, &stbuf) < 0)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken.h.in725 #define dirfd(x) ((x)->dd_fd)
728 #error Missing dirfd() and ->dd_fd

Completed in 151 milliseconds