Home
last modified time | relevance | path

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

12

/reactos/base/shell/cmd/
H A Dmove.c199 hFile = FindFirstFile (arg[i], &findBuffer); in cmd_move()
247 hFile = FindFirstFile (arg[i], &findBuffer); in cmd_move()
404 hDestFile = FindFirstFile(szMoveSrc, &findDestBuffer); in cmd_move()
450 hDestFile = FindFirstFile(szMoveSrc, &findDestBuffer); in cmd_move()
486 hDestFile = FindFirstFile(szMoveSrc, &findDestBuffer); in cmd_move()
H A Dfilecomp.c116 hFile = FindFirstFile (path, &file); in CompleteFilename()
272 hFile = FindFirstFile (path, &file); in ShowCompletionMatches()
290 hFile = FindFirstFile (path, &file); in ShowCompletionMatches()
653 hFile = FindFirstFile (szSearchPath, &file); in CompleteFilename()
H A Ddel.c197 hFile = FindFirstFile(szFullPath, &f); in DeleteFiles()
328 hFile = FindFirstFile(szFullPath, &f); in ProcessDirectory()
H A Dif.c129 hFind = FindFirstFile(Right, &f); in ExecuteIf()
H A Dfor.c532 hFind = FindFirstFile(Buffer, &w32fd); in ForDir()
582 hFind = FindFirstFile(Buffer, &w32fd); in ForRecursive()
H A Dmisc.c126 hFind = FindFirstFile(TempPath, &FindFileData); in GetPathCase()
252 hFind = FindFirstFile (pattern, &FindData); in expand()
H A Dren.c227 hFile = FindFirstFile(srcPattern, &f); in cmd_rename()
H A Dtype.c300 hFind = FindFirstFile(argv[i], &FindData); in cmd_type()
H A Dinternal.c432 hFile = FindFirstFile(szFullPath, &f); in DeleteFolder()
H A Dcopy.c745 hFile = FindFirstFile(szSrcPath, &findBuffer); in cmd_copy()
H A Ddir.c1408 hSearch = FindFirstFile(szFullPath, &wfdFileInfo); in DirList()
1586 hRecSearch = FindFirstFile(szSubPath, &wfdFileInfo); in DirList()
/reactos/modules/rostests/apitests/kernel32/
H A DTunnelCache.c240 hFind = FindFirstFile("verylongfilename", &FileInfo); in Test_ShortTests()
246 hFind = FindFirstFile("verylongfilename2", &FileInfo); in Test_ShortTests()
261 hFind = FindFirstFile("verylongfilename2", &FileInfo); in Test_ShortTests()
/reactos/modules/rosapps/applications/sysutils/utils/sdkparse/
H A DEnumFilesImpl.h36 HANDLE hfind = FindFirstFile ( szSearchPath, &wfd ); in EnumFilesInDirectory()
72 hfind = FindFirstFile ( szSearchPath, &wfd ); in EnumFilesInDirectory()
H A DEnumDirsImpl.h23 HANDLE hfind = FindFirstFile ( szSearchPath, &wfd ); in EnumDirs()
/reactos/base/applications/cacls/
H A Dcacls.c421 hFind = FindFirstFile(pszFiles, &FindData); in PrintDaclsOfFiles()
605 hFind = FindFirstFile(pszFiles, &FindData); in ChangeACLsOfFiles()
660 hFind = FindFirstFile(pszFiles, &FindData); in ChangeACLsOfFilesInCurDir()
698 hFind = FindFirstFile(_T("*"), &FindData); in ChangeACLsOfFilesInCurDir()
/reactos/sdk/lib/crt/stdio/
H A Dfindgen.c10 hFindFile = FindFirstFile(_name, &FindFileData); in _tfindfirst()
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dutility.cpp420 HANDLE hFind = FindFirstFile(hole_path, &w32fd); in RecursiveCreateDirectory()
437 hFind = FindFirstFile(path, &w32fd); in RecursiveCreateDirectory()
493 HANDLE hfind = FindFirstFile(path, &fd); in exists_path()
/reactos/modules/rosapps/applications/cmdutils/y/
H A Dy.c82 hFind=FindFirstFile(argv[i],&FindData); in main()
/reactos/base/applications/cmdutils/replace/
H A Dreplace.c218 hFile = FindFirstFile (szSrcPath, &findBuffer); in recReplace()
321 hFile = FindFirstFile (szDestPath, &findBuffer); in recFindSubDirs()
H A Dutil.c81 hFind = FindFirstFile(TempPath,&FindFileData); in GetPathCase()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dwinfs.cpp141 HANDLE hFind = FindFirstFile(buffer, &w32fd); in read_directory()
H A Dshellfs.cpp276 HANDLE hFind = FindFirstFile(buffer, &w32fd); in read_directory()
/reactos/dll/cpl/desk/
H A Ddesk.c354 hFile = FindFirstFile(szFullPath, &fdFile); in InstallScreenSaverW()
/reactos/drivers/network/tcpip/lwip/src/apps/http/makefsdata/
H A Dtinydir.h314 dir->_h = FindFirstFile(path_buf, &dir->_f); in tinydir_open()
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dglob.c1122 searchHandle = FindFirstFile(fullpath, &ffd); in Traverse()
1500 searchHandle = FindFirstFile(pattern, &ffd); in WinLocalGlob()

12