Searched refs:FindFirstFile (Results 1 – 8 of 8) sorted by relevance
51 #if defined(LP_SYS_WINCE) && !defined(FindFirstFile)52 # define FindFirstFile FindFirstFileW macro152 (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx); in LP_find_file()166 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx); in LP_find_file()
222 filehandle = FindFirstFile(name, &filedata); in pcap_findalldevs_ex()
575 find = FindFirstFile(path, &fd); in _find_pref_dir()
499 h = FindFirstFile( tmp, &data ); in opendir()
853 HANDLE h = FindFirstFile(name, &w32_fd); in windows_make_so()
12513 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
831 o Use FindClose for handle from FindFirstFile in http-server.c (6466e88)