Searched refs:found_a (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/scrrun/ |
H A D | filesystem.c | 1048 int found_a = 0, found_b = 0, found_c = 0; in test_FolderCollection() local 1144 found_a++; in test_FolderCollection() 1157 ok(found_a == 1 && found_b == 1 && found_c == 1, in test_FolderCollection() 1159 found_a, found_b, found_c); in test_FolderCollection() 1224 int found_a = 0, found_b = 0, found_c = 0; in test_FileCollection() local 1315 found_a++; in test_FileCollection() 1328 ok(found_a == 1 && found_b == 1 && found_c == 1, in test_FileCollection() 1330 found_a, found_b, found_c); in test_FileCollection()
|