Searched refs:check_result (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/apitests/ntdll/ |
H A D | RtlDosPathNameToNtPathName_U.c | 81 static void check_result(BOOLEAN bOK, const char* pszErr) in check_result() function 117 check_result(bOK, "RtlDosPathNameToNtPathName_U failed"); in test2() 134 check_result(bOK, "NtName does not start with \"\\??\\\""); in test2() 145 check_result(bOK, "NtName does not match expected"); in test2() 158 check_result(FALSE, "Unexpected NtName (expected NULL)"); in test2() 168 check_result(bOK, "PartName does not match expected"); in test2() 178 check_result(FALSE, "Unexpected PartName (expected NULL)."); in test2() 236 check_result(bOK, "Expected curdir to be a drive letter. It's not"); in InitDirComponents() 244 check_result(bOK, "CD is missing a slash as its third character"); in InitDirComponents()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | comm.c | 450 static void check_result(const char *function, const TEST *ptest, int initial_value, BOOL result) in check_result() function 555 check_result("BuildCommDCBA", ptest, initial_value, result); in test_BuildCommDCBA() 573 check_result("BuildCommDCBAndTimeoutsA", ptest, initial_value, result); in test_BuildCommDCBAndTimeoutsA() 601 check_result("BuildCommDCBW", ptest, initial_value, result); in test_BuildCommDCBW() 630 check_result("BuildCommDCBAndTimeoutsW", ptest, initial_value, result); in test_BuildCommDCBAndTimeoutsW()
|