Searched refs:dd_size (Results 1 - 5 of 5) sorted by last modified time

/netbsd-current/tools/compat/
H A Dcompat_defs.h313 long dd_size; /* amount of data returned by getdents */ member in struct:_dirdesc
/netbsd-current/include/
H A Ddirent.h67 long dd_size; /* amount of data returned by getdents */ member in struct:_dirdesc
/netbsd-current/sbin/restore/
H A Ddirs.c104 int32_t dd_size; member in struct:rstdirdesc
487 rdirp->dd_size = read(rdirp->dd_fd, rdirp->dd_buf, DIRBLKSIZ);
500 rdirp->dd_size = read(rdirp->dd_fd, rdirp->dd_buf,
502 if (rdirp->dd_size <= 0) {
507 if (rdirp->dd_loc >= rdirp->dd_size) {
568 (off_t)0, SEEK_CUR) - rdirp->dd_size + rdirp->dd_loc);
/netbsd-current/lib/libc/gen/
H A Dinitdir.c242 dirp->dd_size = ddptr - dirp->dd_buf;
245 dirp->dd_size = 0;
H A Dreaddir.c62 if (dirp->dd_loc >= dirp->dd_size) {
69 dirp->dd_size = getdents(dirp->dd_fd,
71 if (dirp->dd_size <= 0)

Completed in 162 milliseconds