Home
last modified time | relevance | path

Searched refs:DIRENT (Results 1 – 4 of 4) sorted by relevance

/external/python/cffi/demo/
Dreaddir_ctypes.py15 class DIRENT(ctypes.Structure): class
24 DIRENT_p = ctypes.POINTER(DIRENT)
53 dirent = DIRENT()
/external/icu/icu4c/source/tools/toolutil/
Dfiletools.cpp32 typedef struct dirent DIRENT; typedef
57 DIRENT *dirEntry = NULL; in isFileModTimeLater()
/external/sqlite/dist/
Dshell.c115 # define DIRENT dirent macro
1138 typedef struct DIRENT DIRENT; typedef
1139 typedef DIRENT *LPDIRENT;
1140 struct DIRENT { struct
1153 DIRENT d_first; /* DIRENT constructed based on "_findfirst". */ argument
1154 DIRENT d_next; /* DIRENT constructed based on "_findnext". */
1383 #define dirent DIRENT
2201 # define dirent DIRENT
/external/sqlite/dist/orig/
Dshell.c110 # define DIRENT dirent macro
1133 typedef struct DIRENT DIRENT; typedef
1134 typedef DIRENT *LPDIRENT;
1135 struct DIRENT { struct
1148 DIRENT d_first; /* DIRENT constructed based on "_findfirst". */ argument
1149 DIRENT d_next; /* DIRENT constructed based on "_findnext". */
1378 #define dirent DIRENT
2196 # define dirent DIRENT