Searched refs:testfile4 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | profile.c | 173 static const char testfile4[]=".\\testwine4.ini"; in test_profile_sections() local 176 DeleteFileA( testfile4 ); in test_profile_sections() 177 h = CreateFileA( testfile4, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL); in test_profile_sections() 178 ok( h != INVALID_HANDLE_VALUE, " cannot create %s\n", testfile4); in test_profile_sections() 193 ret = GetPrivateProfileSectionA( NULL, NULL, 0, testfile4 ); in test_profile_sections() 202 ret = GetPrivateProfileSectionA( "section1", NULL, 0, testfile4 ); in test_profile_sections() 208 ret = GetPrivateProfileSectionA( NULL, buf, sizeof(buf), testfile4 ); in test_profile_sections() 224 ret=GetPrivateProfileSectionA("section2", buf, sizeof(buf), testfile4); in test_profile_sections() 232 ret=GetPrivateProfileSectionA("section1", buf, sizeof(buf), testfile4); in test_profile_sections() 243 ret=GetPrivateProfileSectionA("section1", buf, 24, testfile4); in test_profile_sections() [all …]
|