Searched refs:dd_len (Results 1 - 5 of 5) sorted by path

/netbsd-current/distrib/utils/libhack/
H A Dopendir.c82 dirp->dd_len = DIRBLKSIZ;
83 dirp->dd_buf = malloc((size_t)dirp->dd_len);
/netbsd-current/lib/libc/gen/
H A Dreaddir.c70 dirp->dd_buf, (size_t)dirp->dd_len);
79 if (dp->d_reclen > dirp->dd_len + 1 - dirp->dd_loc)
H A Dinitdir.c241 dirp->dd_len = (int)len;
244 dirp->dd_len = incr;
246 dirp->dd_buf = malloc((size_t)dirp->dd_len);
/netbsd-current/include/
H A Ddirent.h69 int dd_len; /* size of data buffer */ member in struct:_dirdesc
/netbsd-current/tools/compat/
H A Dcompat_defs.h315 int dd_len; /* size of data buffer */ member in struct:_dirdesc

Completed in 407 milliseconds