Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/crypto/
HDLPdir_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-stable/contrib/libpcap/
HDpcap-new.c364 while (FindNextFile(filehandle, &filedata) != 0); in pcap_findalldevs_ex()
/freebsd-14-stable/contrib/sqlite3/tea/win/
HDnmakehlp.c775 } while (FindNextFile(hSearch, &finfo)); in LocateDependencyHelper()