Searched refs:fdopendir (Results 1 – 3 of 3) sorted by relevance
66 extern DIR* fdopendir(int);
85 ASSERT_TRUE(fdopendir(-1) == NULL); in TEST()90 ASSERT_TRUE(fdopendir(fd) == NULL); in TEST()95 TEST(dirent, fdopendir) { in TEST() argument97 DIR* d = fdopendir(fd); in TEST()
66 DIR* fdopendir(int fd) { in fdopendir() function