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

  /src/external/gpl3/gdb/dist/gnulib/import/
readdir.c 28 #undef FindNextFile
29 #define FindNextFile FindNextFileA
54 if (!FindNextFile (dirp->current, &dirp->entry))
  /src/external/gpl3/gdb.old/dist/gnulib/import/
readdir.c 28 #undef FindNextFile
29 #define FindNextFile FindNextFileA
54 if (!FindNextFile (dirp->current, &dirp->entry))
  /src/crypto/external/apache2/openssl/dist/crypto/
LPdir_win.c 54 #if defined(LP_SYS_WINCE) && !defined(FindNextFile)
55 #define FindNextFile FindNextFileW
177 if (FindNextFile((*ctx)->handle, &(*ctx)->ctx) == FALSE) {
  /src/crypto/external/bsd/openssl/dist/crypto/
LPdir_win.c 54 #if defined(LP_SYS_WINCE) && !defined(FindNextFile)
55 # define FindNextFile FindNextFileW
176 if (FindNextFile((*ctx)->handle, &(*ctx)->ctx) == FALSE) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/
LPdir_win.c 54 #if defined(LP_SYS_WINCE) && !defined(FindNextFile)
55 # define FindNextFile FindNextFileW
176 if (FindNextFile((*ctx)->handle, &(*ctx)->ctx) == FALSE) {

Completed in 47 milliseconds