Searched refs:dd_buf (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/lib/libc/gen/
H A Dgen-private.h50 char *dd_buf; /* data buffer */ member in struct:_dirdesc
H A Dclosedir.c61 free((void *)dirp->dd_buf);
H A Dopendir.c201 dirp->dd_buf = buf;
270 dirp->dd_size = ddptr - dirp->dd_buf;
304 dirp->dd_buf = NULL;
337 dirp->dd_buf = malloc(dirp->dd_len);
338 if (dirp->dd_buf == NULL)
347 dirp->dd_buf, dirp->dd_len, &dirp->dd_seek);
364 free(dirp->dd_buf);
H A Dreaddir.c70 dirp->dd_buf, dirp->dd_len, &dirp->dd_seek);
76 dp = (struct dirent *)(dirp->dd_buf + dirp->dd_loc);
/freebsd-13-stable/sbin/restore/
H A Ddirs.c103 char dd_buf[DIRBLKSIZ]; member in struct:rstdirdesc
450 dirp->dd_size = read(dirp->dd_fd, dirp->dd_buf, DIRBLKSIZ);
463 dirp->dd_size = read(dirp->dd_fd, dirp->dd_buf,
474 dp = (struct direct *)(dirp->dd_buf + dirp->dd_loc);

Completed in 111 milliseconds