Home
last modified time | relevance | path

Searched refs:testfile (Results 1 – 9 of 9) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/tools/ftrandom/
H A Dftrandom.c606 char* testfile = NULL; in main() local
679 testfile = argv[++i]; in main()
704 if ( testfile ) in main()
705 ExecuteTest( testfile ); /* This should never return */ in main()
/reactos/modules/rostests/winetests/kernel32/
H A Dprofile.c445 static const CHAR testfile[] = ".\\testwine5.ini"; in test_profile_delete_on_close() local
448 h = CreateFileA(testfile, GENERIC_WRITE, FILE_SHARE_READ, NULL, in test_profile_delete_on_close()
455 res = GetPrivateProfileIntA(SECTION, KEY, 0, testfile); in test_profile_delete_on_close()
466 static const CHAR testfile[] = ".\\winetest4.ini"; in test_profile_refresh() local
472 h = CreateFileA(testfile, GENERIC_WRITE, FILE_SHARE_READ, NULL, in test_profile_refresh()
479 res = GetPrivateProfileIntA(SECTION, KEY, 0, testfile); in test_profile_refresh()
488 h = CreateFileA(testfile, GENERIC_WRITE, FILE_SHARE_READ, NULL, in test_profile_refresh()
495 res = GetPrivateProfileIntA(SECTION, KEY, 0, testfile); in test_profile_refresh()
505 res = GetPrivateProfileIntA(SECTION, KEY, 421, testfile); in test_profile_refresh()
H A Dvirtual.c432 static const char testfile[] = "testfile.xxx"; in test_MapViewOfFile() local
577 file = CreateFileA( testfile, GENERIC_READ, 0, NULL, OPEN_EXISTING, 0, 0 ); in test_MapViewOfFile()
600 file = CreateFileA( testfile, 0, 0, NULL, OPEN_EXISTING, 0, 0 ); in test_MapViewOfFile()
622 DeleteFileA( testfile ); in test_MapViewOfFile()
899 file = CreateFileA(testfile, GENERIC_READ|GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, 0, 0); in test_MapViewOfFile()
1100 DeleteFileA(testfile); in test_MapViewOfFile()
1107 static const char testfile[] = "testfile.xxx"; in test_NtMapViewOfSection() local
1306 DeleteFileA( testfile ); in test_NtMapViewOfSection()
1314 static const char testfile[] = "testfile.xxx"; in test_NtAreMappedFilesTheSame() local
1338 file2 = CreateFileA( testfile, GENERIC_READ, FILE_SHARE_READ|FILE_SHARE_WRITE, in test_NtAreMappedFilesTheSame()
[all …]
/reactos/modules/rostests/winetests/riched20/
H A Drichole.c270 VARIANT testfile; in test_ITextDocument_Open() local
304 V_VT(&testfile) = VT_BSTR; in test_ITextDocument_Open()
305 V_BSTR(&testfile) = SysAllocString(filename); in test_ITextDocument_Open()
360 hres = ITextDocument_Open(txtDoc, &testfile, tomOpenAlways, CP_ACP); in test_ITextDocument_Open()
374 hres = ITextDocument_Open(txtDoc, &testfile, tomCreateNew, CP_ACP); in test_ITextDocument_Open()
389 hres = ITextDocument_Open(txtDoc, &testfile, tomCreateNew, CP_ACP); in test_ITextDocument_Open()
413 hres = ITextDocument_Open(txtDoc, &testfile, tomText, CP_ACP); in test_ITextDocument_Open()
467 hres = ITextDocument_Open(txtDoc, &testfile, tomReadOnly, CP_ACP); in test_ITextDocument_Open()
482 hres = ITextDocument_Open(txtDoc, &testfile, tomReadOnly, CP_UTF8); in test_ITextDocument_Open()
497 hres = ITextDocument_Open(txtDoc, &testfile, tomReadOnly, 1200); in test_ITextDocument_Open()
[all …]
/reactos/modules/rostests/winetests/shell32/
H A Dshlexec.c2656 const char* const * testfile; in init_test() local
2709 testfile=testfiles; in init_test()
2710 while (*testfile) in init_test()
2714 sprintf(filename, *testfile, tmpdir); in init_test()
2723 testfile++; in init_test()
2783 const char* const * testfile; in cleanup_test() local
2786 testfile=testfiles; in cleanup_test()
2787 while (*testfile) in cleanup_test()
2789 sprintf(filename, *testfile, tmpdir); in cleanup_test()
2793 testfile++; in cleanup_test()
/reactos/modules/rostests/winetests/cmd/
H A Dtest_builtins.cmd1927 echo 3.14>testfile
1932 del testfile
1945 echo 3.14>testfile
1950 del testfile
2747 copy file1 testfile >nul 2>&1
2749 call :CheckExist testfile
2757 call :CheckExist testfile
2760 copy file* testfile >nul 2>&1
2762 call :CheckExist testfile
2768 call :CheckExist testfile
[all …]
H A Dtest_builtins.cmd.exp1534 Passed: Found expected testfile
1535 Passed: Found expected testfile
1536 Passed: Found expected testfile
1537 Passed: Found expected testfile
1538 Passed: Found expected testfile
/reactos/modules/rostests/apitests/apphelp/
H A Ddb.cpp1210 WCHAR exename[MAX_PATH], testfile[MAX_PATH]; in test_mode_generic() local
1223 swprintf(testfile, L"%s\\%s", workdir, test_exedata[cur].extra_file); in test_mode_generic()
1229 DeleteFileW(testfile); in test_mode_generic()
1233 test_create_file(testfile, "aaaa", 4); in test_mode_generic()
1378 DeleteFileW(testfile); in test_mode_generic()
/reactos/modules/rostests/winetests/ntdll/
H A Ddirectory.c761 static const char testfile[] = "TesT"; in test_NtQueryDirectoryFile_case() local
763 static int testfile_len = sizeof(testfile) - 1; in test_NtQueryDirectoryFile_case()