/reactos/base/applications/cmdutils/fc/ |
H A D | fc.h | 85 FCRET Different(LPCWSTR file0, LPCWSTR file1); 86 FCRET LongerThan(LPCWSTR file0, LPCWSTR file1);
|
H A D | fc.c | 52 FCRET Different(LPCWSTR file0, LPCWSTR file1) in Different() argument 54 ConResPrintf(StdOut, IDS_DIFFERENT, file0, file1); in Different() 58 FCRET LongerThan(LPCWSTR file0, LPCWSTR file1) in LongerThan() argument 60 ConResPrintf(StdOut, IDS_LONGER_THAN, file0, file1); in LongerThan()
|
/reactos/base/applications/cmdutils/comp/lang/ |
H A D | it-IT.rc | 6 COMP [/L] [/A] [file1] [file2]\n\n\ 7 file1 Specifica la posizione ed il nome del primo file da confrontare.\n\
|
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/templates/ |
H A D | Makefile-lib.inc | 8 SRC_CC = file1.cc file2.cc
|
/reactos/modules/rostests/winetests/cmd/ |
H A D | test_builtins.cmd | 1993 echo abc > file1 2006 echo hi > file1.dat 2045 echo > file1 2046 attrib +r file1 2047 ren file1 file2 2048 if not exist file1 ( 2634 echo AAA> file1 2840 rem Concat file1+file2+file3 into file1, should produce file1+file2+file3 = 24 2842 copy /y /b file1+file2+file3 file1 >nul 2>&1 2934 copy file1 file1 >NUL 2>&1 [all …]
|
H A D | test_cmdline.cmd | 4 echo file1 > file1 50 cmd.exe /c copy file1 file2 >nul 53 cmd.exe /k "copy file1 file2 >nul && exit"
|
H A D | test_builtins.cmd.exp | 1325 del /q * succeeded on file1 1518 Passed: Found expected file1 1527 Passed: Found expected file1 1543 Passed: file size check on file1 [5]@or_broken@Skipping file size check on NT4 1554 Passed: file size check on file1 [24]@or_broken@Skipping file size check on NT4
|
/reactos/sdk/tools/log2lines/ |
H A D | log2lines.h | 15 char file1[LINESIZE]; member
|
H A D | log2lines.c | 81 log_file(outFile, lastLine.file1, lastLine.nr1); in logSource() 136 strcpy(lastLine.file1, &Strings[e->FileOffset]); in print_offset() 139 sources_entry_create(&sources, lastLine.file1, SVN_PREFIX); in print_offset()
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | storage32.c | 2624 hr = create_test_file(file1); in test_copyto() 2706 if(file1) in test_copyto() 2707 IStorage_Release(file1); in test_copyto() 2730 hr = create_test_file(file1); in test_copyto_snbexclusions() 2789 if(file1) in test_copyto_snbexclusions() 2790 IStorage_Release(file1); in test_copyto_snbexclusions() 2811 hr = create_test_file(file1); in test_copyto_iidexclusions_storage() 2868 if(file1) in test_copyto_iidexclusions_storage() 2869 IStorage_Release(file1); in test_copyto_iidexclusions_storage() 2941 if(file1) in test_copyto_iidexclusions_stream() [all …]
|
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/ |
H A D | README.hide | 87 MAC/data/file1 91 PC/data/file1 95 UNIX/data/file1 135 data/file1
|
/reactos/base/applications/wordpad/ |
H A D | registry.c | 226 static WCHAR file1[MAX_PATH], file2[MAX_PATH], file3[MAX_PATH], file4[MAX_PATH]; in registry_read_filelist() local 228 LPWSTR pFile[] = {file1, file2, file3, file4}; in registry_read_filelist()
|
/reactos/drivers/network/tcpip/lwip/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 137 void concat_files(const char *file1, const char *file2, const char *targetfile); 452 void concat_files(const char *file1, const char *file2, const char *targetfile) in concat_files() argument 460 copy_file(file1, fout); in concat_files()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | om.c | 1304 char dir[MAX_PATH], tmp_path[MAX_PATH], file1[MAX_PATH + 16]; in test_query_object() local 1424 GetTempFileNameA(tmp_path, "foo", 0, file1); in test_query_object() 1425 handle = CreateFileA(file1, GENERIC_WRITE | DELETE, 0, NULL, CREATE_ALWAYS, 0, 0); in test_query_object() 1436 DeleteFileA( file1 ); in test_query_object()
|
/reactos/dll/win32/setupapi/ |
H A D | install.c | 2282 static int compare_files( HANDLE file1, HANDLE file2 ) in compare_files() argument 2289 while( ReadFile(file1, buffer1, sizeof(buffer1), &size1, NULL) && in compare_files()
|
/reactos/modules/rostests/winetests/hlink/ |
H A D | hlink.c | 107 static const WCHAR file1[] = {'f','i','l','e','.','u','r','l',0}; in test_HlinkIsShortcut() local 120 {file1, S_OK}, in test_HlinkIsShortcut()
|
/reactos/modules/rosapps/applications/explorer-old/ |
H A D | Doxyfile-all | 994 # TAGFILES = file1 file2 ... 996 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
/reactos/drivers/network/tcpip/lwip/doc/doxygen/ |
H A D | lwip.Doxyfile | 2169 # TAGFILES = file1 file2 ... 2171 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
H A D | lwip.Doxyfile.cmake.in | 2169 # TAGFILES = file1 file2 ... 2171 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
/reactos/ |
H A D | Doxyfile | 2131 # TAGFILES = file1 file2 ... 2133 # TAGFILES = file1=loc1 "file2 = loc2" ...
|