Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dopendir.c197 dirp->dd_buf = buf; in _filldir()
266 dirp->dd_size = ddptr - dirp->dd_buf; in _filldir()
300 dirp->dd_buf = NULL; in __opendir_common()
333 dirp->dd_buf = malloc(dirp->dd_len); in __opendir_common()
334 if (dirp->dd_buf == NULL) in __opendir_common()
343 dirp->dd_buf, dirp->dd_len, &dirp->dd_seek); in __opendir_common()
360 free(dirp->dd_buf); in __opendir_common()
H A Dreaddir.c66 dirp->dd_buf, dirp->dd_len, &dirp->dd_seek); in _readdir_unlocked()
72 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.c57 free((void *)dirp->dd_buf); in fdclosedir()
/freebsd/sbin/restore/
H A Ddirs.c95 char dd_buf[DIRBLKSIZ]; member
442 dirp->dd_size = read(dirp->dd_fd, dirp->dd_buf, DIRBLKSIZ); in rst_seekdir()
455 dirp->dd_size = read(dirp->dd_fd, dirp->dd_buf, in rst_readdir()
466 dp = (struct direct *)(dirp->dd_buf + dirp->dd_loc); in rst_readdir()
/freebsd/tools/test/stress2/misc/
H A Dreaddir.sh129 char *dd_buf; /* data buffer */