Searched refs:__allocate_DIR (Results 1 – 1 of 1) sorted by relevance
59 static DIR* __allocate_DIR(int fd) { in __allocate_DIR() function87 return __allocate_DIR(fd); in fdopendir()92 return (fd != -1) ? __allocate_DIR(fd) : NULL; in opendir()