Searched refs:FindFirstFile (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A DLPdir_win.c37 #if defined(LP_SYS_WINCE) && !defined(FindFirstFile)
38 # define FindFirstFile FindFirstFileW macro
40 #if defined(LP_SYS_WINCE) && !defined(FindFirstFile)
95 (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx);
100 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx);
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dapps.c2958 hList = FindFirstFile(FileData.cFileName,&FileData);
2960 hList = FindFirstFile(name,&FileData);
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_io.c2728 dirp = FindFirstFile(name, &dent);

Completed in 65 milliseconds