Searched refs:dd_buf (Results 1 – 6 of 6) sorted by relevance
199 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()
68 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()
48 char *dd_buf; /* data buffer */ member
59 free((void *)dirp->dd_buf); in fdclosedir()
101 char dd_buf[DIRBLKSIZ]; member448 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()
129 char *dd_buf; /* data buffer */