Searched refs:DIR (Results 1 – 3 of 3) sorted by relevance
7 typedef struct DIR { struct11 } DIR; argument13 DIR *opendir(const char *);14 struct dirent *readdir(DIR *);15 void rewinddir(DIR *);16 void seekdir(DIR *, long);17 long telldir(DIR *);18 int closedir(DIR *);
10 DIR *13 DIR *d = (DIR *)malloc(sizeof(DIR)); in opendir()25 readdir(DIR *d) in readdir()36 rewinddir(DIR *d) in rewinddir()42 seekdir(DIR *d, long offset) in seekdir()48 telldir(DIR *d) in telldir()54 closedir(DIR *d) in closedir()
1 DIR /2 DIR boot5 DIR dev7 DIR bin17 DIR sbin24 DIR tests