Searched refs:FindFirstFile (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | rewinddir.c | 27 #undef FindFirstFile 28 #define FindFirstFile FindFirstFileA macro 39 dirp->current = FindFirstFile (dirp->dir_name_mask, &dirp->entry); in rewinddir()
|
H A D | opendir.c | 54 # undef FindFirstFile 55 # define FindFirstFile FindFirstFileA macro 122 current = FindFirstFile (dir_name_mask, &entry); in opendir()
|
H A D | stat.c | 73 # undef FindFirstFile 74 # define FindFirstFile FindFirstFileA macro 254 HANDLE h = FindFirstFile (rname, &info); in rpl_stat()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | LPdir_win.c | 51 #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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
H A D | LPdir_win.c | 51 #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()
|
/netbsd-src/external/gpl2/gmake/dist/w32/compat/ |
H A D | dirent.c | 125 pDir->dir_hDirHandle = FindFirstFile(pDir->dir_pDirectoryName, &wfdFindData); in readdir()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | gen-win32.h | 246 dir->handle = FindFirstFile(pattern, &dir->find_data); in start_directory()
|
/netbsd-src/external/public-domain/sqlite/dist/tea/win/ |
H A D | nmakehlp.c | 747 hSearch = FindFirstFile(path, &finfo); in LocateDependencyHelper()
|
/netbsd-src/sys/arch/hpc/stand/hpcboot/menu/ |
H A D | menu.cpp | 575 find = FindFirstFile(path, &fd); in _find_pref_dir()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/ |
H A D | ChangeLog | 239 (FindFirstFile): Update. 242 * import/rewinddir.c (FindFirstFile): Update. 257 (FindFirstFile): Update.
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/ |
H A D | utils.c | 499 h = FindFirstFile( tmp, &data ); in opendir()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winbase.d | 2538 alias FindFirstFileW FindFirstFile; 2717 alias FindFirstFileA FindFirstFile;
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | ChangeLog | 831 o Use FindClose for handle from FindFirstFile in http-server.c (6466e88)
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2002 | 12513 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2002 | 12513 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
|