Searched refs:dd_buf (Results 1 – 4 of 4) sorted by relevance
93 dirp->dd_buf = NULL; in __opendir2()104 dirp->dd_buf = malloc((size_t)dirp->dd_len); in __opendir2()105 if (dirp->dd_buf == NULL) in __opendir2()128 if (dirp && dirp->dd_buf) in __opendir2()129 free(dirp->dd_buf); in __opendir2()
73 dirp->dd_size = (long)read(dirp->dd_fd, dirp->dd_buf, (size_t)dirp->dd_len); in _readdir_unlocked()77 dp = (struct dirent *) (void *)(dirp->dd_buf + (size_t)dirp->dd_loc); in _readdir_unlocked()
77 free(dirp->dd_buf); in __weak_alias()
64 char *dd_buf; /* data buffer */ member