Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Ddirent.h128 typedef struct __dirstream DIR; typedef
135 extern DIR *opendir (__const char *__name) __nonnull ((1));
142 extern DIR *fdopendir (int __fd);
150 extern int closedir (DIR *__dirp) __nonnull ((1));
163 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1));
166 extern struct dirent *__REDIRECT (readdir, (DIR *__dirp), readdir64)
174 extern struct dirent64 *readdir64 (DIR *__dirp) __nonnull ((1));
184 extern int readdir_r (DIR *__restrict __dirp,
191 (DIR *__restrict __dirp,
201 extern int readdir64_r (DIR *__restrict __dirp,
[all …]
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c145 static DIR* (*popendir)(const char *dirname) = opendir;
169 popendir = (DIR*(*)(const char*)) wopendir; in MsFS_Init()
396 DIR * MsFS_OpenDir( const char *dirname ) in MsFS_OpenDir()
407 struct dirent * MsFS_ReadDir( DIR *dirp ) in MsFS_ReadDir()
417 void MsFS_RewindDir( DIR *dirp ) in MsFS_RewindDir()
427 void MsFS_CloseDir( DIR *dirp ) in MsFS_CloseDir()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsFS.h162 DIR* MsFS_OpenDir( const char *dirname );
163 struct dirent* MsFS_ReadDir( DIR *dirp );
164 void MsFS_RewindDir( DIR *dirp );
165 void MsFS_CloseDir( DIR *dirp );
/utopia/UTPA2-700.0.x/mxlib/msfs/linux/
H A DMsFS.c442 DIR * MsFS_OpenDir( const char *dirname ) in MsFS_OpenDir()
460 struct dirent * MsFS_ReadDir( DIR *dirp ) in MsFS_ReadDir()
472 void MsFS_RewindDir( DIR *dirp ) in MsFS_RewindDir()
482 void MsFS_CloseDir( DIR *dirp ) in MsFS_CloseDir()
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dfstree.c28 DIR *d; in read_fstree()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt19718 DIR* MsFS_OpenDir( const char *dirname );
19719 struct dirent* MsFS_ReadDir( DIR *dirp );
19720 void MsFS_RewindDir( DIR *dirp );
19721 void MsFS_CloseDir( DIR *dirp );