Searched refs:strCmp (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | process.c | 549 static int strCmp(const char* s1, const char* s2, BOOL sensitive) in strCmp() function 561 ok_(__FILE__, line)( strCmp(result, expect, sensitive) == 0, "%s:%s expected '%s', got '%s'\n", in ok_child_string() 791 ok( broken(!result) || (result && !strCmp( result, selfname, 0 )), in test_Startup() 1453 ok( broken(!result) || (result && !strCmp( result, selfname, 0 )), in test_SuspendFlag() 1515 ok( broken(!result) || (result && !strCmp( result, selfname, 0 )), in test_DebuggingFlag() 1628 ok( broken(!result) || (result && !strCmp( result, selfname, 0 )), in test_Console()
|