Searched refs:okChildString_ (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/shell32/ |
H A D | shlexec.c | 370 static void okChildString_(const char* file, int line, const char* key, const char* expected, const… in okChildString_() function 383 #define okChildString(key, expected) okChildString_(__FILE__, __LINE__, (key), (expected), (expecte… 384 #define okChildStringBroken(key, expected, broken) okChildString_(__FILE__, __LINE__, (key), (expec… 555 okChildString_(file, line, "ShlexecVar", "Present", "Present"); in shell_execute_() 663 okChildString_(file, line, "ShlexecVar", "", ""); in shell_execute_ex_() 668 okChildString_(file, line, "ShlexecVar", "Present", "Present"); in shell_execute_ex_()
|