Home
last modified time | relevance | path

Searched refs:FindFirstFile (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A DLPdir_win.c51 #if defined(LP_SYS_WINCE) && !defined(FindFirstFile)
52 # define FindFirstFile FindFirstFileW macro
152 (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx); in LP_find_file()
166 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx); in LP_find_file()
/freebsd/crypto/krb5/src/util/support/
H A Ddir_filenames.c84 handle = FindFirstFile(wildcard, &ffd); in k5_dir_filenames()
/freebsd/contrib/libpcap/
H A Dpcap-new.c222 filehandle = FindFirstFile(name, &filedata); in pcap_findalldevs_ex()
/freebsd/crypto/krb5/src/windows/kfwlogon/
H A Dkfwcommon.c1262 hFind = FindFirstFile("kfwlogon-*", &FindFileData); in KFW_cleanup_orphaned_caches()
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog831 o Use FindClose for handle from FindFirstFile in http-server.c (6466e88)
/freebsd/contrib/libevent/
H A DChangeLog831 o Use FindClose for handle from FindFirstFile in http-server.c (6466e88)