Home
last modified time | relevance | path

Searched refs:found2 (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/msctf/
H A Dinputprocessor.c2217 BOOL found,found2; in enum_compartments() local
2220 found2 = FALSE; in enum_compartments()
2235 found2 = TRUE; in enum_compartments()
2242 ok(!found2,"Found compartment that should be absent\n"); in enum_compartments()
/reactos/modules/rostests/winetests/msi/
H A Dmsi.c11961 BOOL found1, found2, found3; in test_MsiEnumProducts() local
12031 found1 = found2 = found3 = FALSE; in test_MsiEnumProducts()
12108 BOOL found1, found2, found3; in test_MsiEnumProductsEx() local
12238 found2 = TRUE; in test_MsiEnumProductsEx()
12271 BOOL found1, found2; in test_MsiEnumComponents() local
12320 found1 = found2 = FALSE; in test_MsiEnumComponents()
12326 if (found1 && found2) break; in test_MsiEnumComponents()
12344 BOOL found1, found2; in test_MsiEnumComponentsEx() local
12398 found1 = found2 = FALSE; in test_MsiEnumComponentsEx()
12407 if (found2) break; in test_MsiEnumComponentsEx()
[all …]
/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c6666 BOOL defaulted, present, ret, found, found2; in test_AddMandatoryAce() local
6797 found = found2 = FALSE; in test_AddMandatoryAce()
6811 found2 = TRUE; in test_AddMandatoryAce()
6819 ok(found2, "Could not find medium mandatory label\n"); in test_AddMandatoryAce()