Searched defs:expected_ret (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rostests/apitests/crt/ |
H A D | _vscprintf.c | 13 static void call_varargs(int expected_ret, LPCSTR formatString, ...) in call_varargs()
|
H A D | _vscwprintf.c | 13 static void call_varargs(int expected_ret, LPCWSTR formatString, ...) in call_varargs()
|
H A D | _vsnprintf.c | 16 static void call_varargs(char* buf, size_t buf_size, int expected_ret, LPCSTR formatString, ...) in call_varargs()
|
H A D | _vsnwprintf.c | 16 static void call_varargs(wchar_t* buf, size_t buf_size, int expected_ret, LPCWSTR formatString, ...) in call_varargs()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | volume.c | 800 BOOL expected_ret = test_paths[i].error == NO_ERROR; in test_GetVolumePathNameA() local
|
/reactos/modules/rostests/winetests/scrrun/ |
H A D | filesystem.c | 2048 const VARIANT_BOOL expected_ret; member
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | exception.c | 2462 DWORD expected_exc, expected_ret; in test_debug_service() local
|