Searched defs:dirp (Results 1 – 1 of 1) sorted by relevance
27 struct DIR *dirp = (struct DIR *)malloc(sizeof(struct DIR)); in opendir() local50 int closedir(struct DIR *dirp) in closedir()