Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/gen/
H A Dopendir.c199 dirp->dd_buf = buf; in _filldir()
268 dirp->dd_size = ddptr - dirp->dd_buf; in _filldir()
302 dirp->dd_buf = NULL; in __opendir_common()
335 dirp->dd_buf = malloc(dirp->dd_len); in __opendir_common()
336 if (dirp->dd_buf == NULL) in __opendir_common()
345 dirp->dd_buf, dirp->dd_len, &dirp->dd_seek); in __opendir_common()
362 free(dirp->dd_buf); in __opendir_common()
H A Dreaddir.c68 dirp->dd_buf, dirp->dd_len, &dirp->dd_seek); in _readdir_unlocked()
74 dp = (struct dirent *)(dirp->dd_buf + dirp->dd_loc); in _readdir_unlocked()
H A Dgen-private.h48 char *dd_buf; /* data buffer */ member
H A Dclosedir.c59 free((void *)dirp->dd_buf); in fdclosedir()
/freebsd-14.2/sbin/restore/
H A Ddirs.c101 char dd_buf[DIRBLKSIZ]; member
448 dirp->dd_size = read(dirp->dd_fd, dirp->dd_buf, DIRBLKSIZ); in rst_seekdir()
461 dirp->dd_size = read(dirp->dd_fd, dirp->dd_buf, in rst_readdir()
472 dp = (struct direct *)(dirp->dd_buf + dirp->dd_loc); in rst_readdir()
/freebsd-14.2/tools/test/stress2/misc/
H A Dreaddir.sh129 char *dd_buf; /* data buffer */