Searched refs:dirent (Results 1 - 10 of 10) sorted by relevance

/ndk/sources/host-tools/make-3.81/w32/include/
H A Ddirent.h1 /* Windows version of dirent.h
23 # include_next <dirent.h>
38 struct dirent struct
49 struct dirent dir_sdReturn;
53 struct dirent *readdir(DIR *);
/ndk/sources/android/libthread_db/gdb-6.6/
H A Dlibthread_db.c5 #include <dirent.h>
133 struct dirent *entry;
304 struct dirent * entry;
/ndk/sources/android/libthread_db/gdb-7.3.x/
H A Dlibthread_db.c5 #include <dirent.h>
130 struct dirent *entry;
340 struct dirent * entry;
/ndk/sources/android/libthread_db/gdb-7.6/
H A Dlibthread_db.c17 #include <dirent.h>
142 struct dirent *entry;
353 struct dirent * entry;
/ndk/sources/host-tools/make-3.81/
H A Ddir.c23 # include <dirent.h>
24 # define NAMLEN(dirent) strlen((dirent)->d_name)
29 # define dirent direct macro
30 # define NAMLEN(dirent) (dirent)->d_namlen
45 /* In GNU systems, <dirent.h> defines this macro for us. */
588 struct dirent *d;
1106 static struct dirent *read_dirstream PARAMS ((__ptr_t));
1131 static struct dirent *
[all...]
H A Dbuild_w32.bat81 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c .\w32\compat\dirent.c
82 echo WinDebug\dirent.obj >>link.dbg
91 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\windebug\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe .\WinDebug/variable.obj .\WinDebug/rule.obj .\WinDebug/remote-stub.obj .\WinDebug/commands.obj .\WinDebug/file.obj .\WinDebug/getloadavg.obj .\WinDebug/default.obj .\WinDebug/signame.obj .\WinDebug/expand.obj .\WinDebug/dir.obj .\WinDebug/main.obj .\WinDebug/getopt1.obj .\WinDebug/job.obj .\WinDebug/read.obj .\WinDebug/version.obj .\WinDebug/getopt.obj .\WinDebug/arscan.obj .\WinDebug/remake.obj .\WinDebug/hash.obj .\WinDebug/strcache.obj .\WinDebug/misc.obj .\WinDebug/ar.obj .\WinDebug/function.obj .\WinDebug/vpath.obj .\WinDebug/implicit.obj .\WinDebug/dirent.obj .\WinDebug/glob.obj .\WinDebug/fnmatch.obj .\WinDebug/pathstuff.obj
148 cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c .\w32\compat\dirent.c
149 echo WinRel\dirent.obj >>link.rel
158 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\winrel\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe .\WinRel/variable.obj .\WinRel/rule.obj .\WinRel/remote-stub.obj .\WinRel/commands.obj .\WinRel/file.obj .\WinRel/getloadavg.obj .\WinRel/default.obj .\WinRel/signame.obj .\WinRel/expand.obj .\WinRel/dir.obj .\WinRel/main.obj .\WinRel/getopt1.obj .\WinRel/job.obj .\WinRel/read.obj .\WinRel/version.obj .\WinRel/getopt.obj .\WinRel/arscan.obj .\WinRel/remake.obj .\WinRel/misc.obj .\WinRel/hash.obj .\WinRel/strcache.obj .\WinRel/ar.obj .\WinRel/function.obj .\WinRel/vpath.obj .\WinRel/implicit.obj .\WinRel/dirent.obj .\WinRel/glob.obj .\WinRel/fnmatch.obj .\WinRel/pathstuff.obj
/ndk/sources/host-tools/make-3.81/glob/
H A Dglob.h130 struct dirent *(*gl_readdir) __PMT ((void *));
H A Dglob.c91 # include <dirent.h>
92 # define NAMLEN(dirent) strlen((dirent)->d_name)
94 # define dirent direct macro
95 # define NAMLEN(dirent) (dirent)->d_namlen
111 /* In GNU systems, <dirent.h> defines this macro for us. */
118 if the `d_type' member for `struct dirent' is available. */
1316 struct dirent *d = ((flags & GLOB_ALTDIRFUNC)
1326 provided by the dirent cal
[all...]
/ndk/sources/host-tools/make-3.81/w32/compat/
H A Ddirent.c24 #include "dirent.h"
108 struct dirent *
134 /* fill in struct dirent values */
/ndk/sources/host-tools/sed-4.2.1/
H A Dconfigure24052 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
24121 if test $ac_header_dirent = dirent.h; then

Completed in 166 milliseconds