Home
last modified time | relevance | path

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

/freebsd/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/crypto/krb5/src/util/support/
H A Ddir_filenames.c95 } while (FindNextFile(handle, &ffd) != 0); in k5_dir_filenames()
/freebsd/contrib/libpcap/
H A Dpcap-new.c364 while (FindNextFile(filehandle, &filedata) != 0); in pcap_findalldevs_ex()
/freebsd/crypto/krb5/src/windows/kfwlogon/
H A Dkfwcommon.c1269 } while ( FindNextFile(hFind, &FindFileData) ); in KFW_cleanup_orphaned_caches()