Searched refs:szTestA (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/mapi32/ |
H A D | prop.c | 851 static char szTestA[] = "Test"; in test_ScCopyRelocProps() local 865 lppszA[0] = szTestA; in test_ScCopyRelocProps() 879 ok(!strcmp(lpResProp->Value.MVszA.lppszA[0], szTestA), in test_ScCopyRelocProps() 908 ok(!strcmp(lpResProp->Value.MVszA.lppszA[0], szTestA), in test_ScCopyRelocProps()
|
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | vartype.c | 4988 const CHAR szTestA[6] = { 'T','e','s','t','\0','?' }; in test_SysAllocStringByteLen() local 4995 str = SysAllocStringByteLen(szTestA, 0x80000000); in test_SysAllocStringByteLen() 4999 str = SysAllocStringByteLen(szTestA, 0xffffffff); in test_SysAllocStringByteLen() 5013 str = SysAllocStringByteLen(szTestA, 4); in test_SysAllocStringByteLen() 5020 ok (!lstrcmpA((LPCSTR)bstr->szString, szTestA), "String different\n"); in test_SysAllocStringByteLen() 5025 str = SysAllocStringByteLen(szTestA, 3); in test_SysAllocStringByteLen() 5200 const CHAR szTestA[6] = { 'T','e','s','t','\0','?' }; in test_BstrCopy() local 5207 str = SysAllocStringByteLen(szTestA, 3); in test_BstrCopy()
|