HomeSort by: relevance | last modified time | path
    Searched defs:FindFirstFile (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
rewinddir.c 27 #undef FindFirstFile
28 #define FindFirstFile FindFirstFileA
39 dirp->current = FindFirstFile (dirp->dir_name_mask, &dirp->entry);
opendir.c 54 # undef FindFirstFile
55 # define FindFirstFile FindFirstFileA
122 current = FindFirstFile (dir_name_mask, &entry);
stat.c 73 # undef FindFirstFile
74 # define FindFirstFile FindFirstFileA
245 FindFirstFile
254 HANDLE h = FindFirstFile (rname, &info);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
rewinddir.c 27 #undef FindFirstFile
28 #define FindFirstFile FindFirstFileA
39 dirp->current = FindFirstFile (dirp->dir_name_mask, &dirp->entry);
opendir.c 54 # undef FindFirstFile
55 # define FindFirstFile FindFirstFileA
122 current = FindFirstFile (dir_name_mask, &entry);
stat.c 73 # undef FindFirstFile
74 # define FindFirstFile FindFirstFileA
245 FindFirstFile
254 HANDLE h = FindFirstFile (rname, &info);
  /src/crypto/external/apache2/openssl/dist/crypto/
LPdir_win.c 51 #if defined(LP_SYS_WINCE) && !defined(FindFirstFile)
52 #define FindFirstFile FindFirstFileW
153 (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx);
167 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx);
  /src/crypto/external/bsd/openssl/dist/crypto/
LPdir_win.c 51 #if defined(LP_SYS_WINCE) && !defined(FindFirstFile)
52 # define FindFirstFile FindFirstFileW
152 (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx);
166 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx);
  /src/crypto/external/bsd/openssl.old/dist/crypto/
LPdir_win.c 51 #if defined(LP_SYS_WINCE) && !defined(FindFirstFile)
52 # define FindFirstFile FindFirstFileW
152 (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx);
166 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx);

Completed in 73 milliseconds