Searched refs:DIR (Results 1 – 5 of 5) sorted by relevance
61 typedef struct DIR DIR; typedef64 extern DIR* opendir(const char* dirpath);65 extern DIR* fdopendir(int fd);66 extern struct dirent* readdir(DIR* dirp);67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);68 extern int closedir(DIR* dirp);69 extern void rewinddir(DIR *dirp);70 extern int dirfd(DIR* dirp);
37 struct DIR struct46 int dirfd(DIR* dirp) in dirfd()51 DIR* opendir( const char* dirpath ) in opendir()53 DIR* dir = malloc(sizeof(DIR)); in opendir()75 DIR* fdopendir(int fd) in fdopendir()77 DIR* dir = malloc(sizeof(DIR)); in fdopendir()92 _readdir_unlocked(DIR* dir) in _readdir_unlocked()146 readdir(DIR * dir) in readdir()158 int readdir_r(DIR* dir, struct dirent *entry, struct dirent **result) in readdir_r()190 int closedir(DIR *dir) in closedir()[all …]
82 DIR* d = opendir("/sys/devices/system/cpu"); in __get_nproc_conf()
221 DIR * dir; in td_ta_thr_iter()
548 DIR *dirp; in fts_build()