Home
last modified time | relevance | path

Searched refs:FindNextFile (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/
H A DLPdir_win.c54 #if defined(LP_SYS_WINCE) && !defined(FindNextFile)
55 # define FindNextFile FindNextFileW macro
176 if (FindNextFile((*ctx)->handle, &(*ctx)->ctx) == FALSE) { in LP_find_file()
/freebsd-14.2/contrib/libpcap/
H A Dpcap-new.c364 while (FindNextFile(filehandle, &filedata) != 0); in pcap_findalldevs_ex()
/freebsd-14.2/contrib/sqlite3/tea/win/
H A Dnmakehlp.c775 } while (FindNextFile(hSearch, &finfo)); in LocateDependencyHelper()