Lines Matching refs:DIR
865 DIR *dir = RT_NULL; in rmdir()
928 DIR *opendir(const char *name) in opendir()
930 DIR *t = RT_NULL; in opendir()
955 t = (DIR *) rt_malloc(sizeof(DIR)); in opendir()
963 rt_memset(t, 0, sizeof(DIR)); in opendir()
987 struct dirent *readdir(DIR *d) in readdir()
1044 long telldir(DIR *d) in telldir()
1076 void seekdir(DIR *d, long offset) in seekdir()
1120 void rewinddir(DIR *d) in rewinddir()
1139 int closedir(DIR *d) in closedir()
1186 DIR *d; in chdir()