Searched refs:dd_buf (Results 1 – 6 of 6) sorted by relevance
197 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()
66 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()
48 char *dd_buf; /* data buffer */ member
57 free((void *)dirp->dd_buf); in fdclosedir()
95 char dd_buf[DIRBLKSIZ]; member442 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()
129 char *dd_buf; /* data buffer */