Searched refs:dd_buf (Results 1 – 5 of 5) sorted by relevance
201 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()
70 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()
50 char *dd_buf; /* data buffer */ member
61 free((void *)dirp->dd_buf); in fdclosedir()
103 char dd_buf[DIRBLKSIZ]; member450 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()