Home
last modified time | relevance | path

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

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