Home
last modified time | relevance | path

Searched refs:func_name (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/imm32/
H A Dctf.c127 #define Imm32GetOle32Fn(func_name) \ argument
128 IMM32_GET_FN(&OLE32_FN(func_name), &g_hOle32, L"ole32.dll", #func_name)
176 #define Imm32GetMsctfFn(func_name) \ argument
177 IMM32_GET_FN(&MSCTF_FN(func_name), &g_hMsctf, L"msctf.dll", #func_name)
214 #define DEFINE_CTF_IME_FN(func_name, ret_type, params) \ argument
215 typedef ret_type (WINAPI *FN_##func_name)params;
221 FN_##func_name g_pfn##func_name = NULL;
225 #define CTF_IME_FN(func_name) g_pfn##func_name argument
689 CTF_IME_FN(func_name) = (FN_##func_name)GetProcAddress(g_hCtfIme, #func_name); \ in Imm32LoadCtfIme()
690 if (!CTF_IME_FN(func_name)) \ in Imm32LoadCtfIme()
[all …]
/reactos/modules/rostests/winetests/dnsapi/
H A Dtestlist.c6 extern void func_name(void);
11 { "name", func_name },
/reactos/modules/rostests/winetests/sxs/
H A Dtestlist.c7 extern void func_name(void);
13 { "name", func_name },
/reactos/modules/rostests/winetests/kernel32/
H A Dlocale.c2418 "%s ret %d, error %d, expected value %d\n", func_name, in test_lcmapstring_unicode()
2431 func_name, lcmap_invalid_flags[i], GetLastError()); in test_lcmapstring_unicode()
2433 func_name, lcmap_invalid_flags[i], ret); in test_lcmapstring_unicode()
2463 "%s expected %04x, got %04x\n", func_name, 0x3095, buf2[0]); in test_lcmapstring_unicode()
2539 "%s unexpected error code %d\n", func_name, GetLastError()); in test_lcmapstring_unicode()
2545 ok(ret, "%s func_ptr must succeed\n", func_name); in test_lcmapstring_unicode()
2548 ok(ret, "%s func_ptr must succeed\n", func_name); in test_lcmapstring_unicode()
2555 ok(ret, "%s func_ptr must succeed\n", func_name); in test_lcmapstring_unicode()
2558 ok(ret2, "%s func_ptr must succeed\n", func_name); in test_lcmapstring_unicode()
2568 ok(ret, "%s func_ptr must succeed\n", func_name); in test_lcmapstring_unicode()
[all …]
H A Dloader.c1433 char *func_name = RVAToAddr(names[i], ptr); in test_FakeDLL() local
1437 if (strncmp(func_name, "Zw", 2) && strncmp(func_name, "Nt", 2)) in test_FakeDLL()
1440 dll_func = (BYTE *)GetProcAddress(module, func_name); in test_FakeDLL()
1441 ok(dll_func != NULL, "%s: GetProcAddress returned NULL\n", func_name); in test_FakeDLL()
1450 todo_wine ok(0, "%s: Export is a stub-function, skipping\n", func_name); in test_FakeDLL()
1458 func_name, dll_rva, map_rva); in test_FakeDLL()
1464 func_name, map_offset, dll_offset); in test_FakeDLL()
1468 ok(!memcmp(map_func, dll_func, 0x20), "%s: Function content does not match!\n", func_name); in test_FakeDLL()
1470 if (!strcmp(func_name, "NtSetEvent")) in test_FakeDLL()
/reactos/sdk/tools/widl/
H A Dclient.c291 const char *func_name, const char *ret_type) in write_serialize_function() argument
321 ret_type ? ret_type : "void", type->name, func_name, type->name, iface ? "" : ";"); in write_serialize_function()
325 fprintf(file, " %sNdrMesType%s%s(\n", ret_type ? "return " : "", func_name, in write_serialize_function()
/reactos/modules/rostests/winetests/rpcrt4/
H A Drpc.c649 static void test_RpcExceptionFilter(const char *func_name) in test_RpcExceptionFilter() argument
653 …I *pRpcExceptionFilter)(ULONG) = (void *)GetProcAddress(GetModuleHandleA("rpcrt4.dll"), func_name); in test_RpcExceptionFilter()
657 win_skip("%s not exported\n", func_name); in test_RpcExceptionFilter()
680 func_name, exception, EXCEPTION_CONTINUE_SEARCH, retval); in test_RpcExceptionFilter()
685 trace("%s(0x%x) returned %d\n", func_name, exception, retval); in test_RpcExceptionFilter()
689 func_name, exception, EXCEPTION_EXECUTE_HANDLER, retval); in test_RpcExceptionFilter()
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftobjs.c4983 const FT_String* func_name = set ? set_name : get_name; in ft_property_do() local
5006 func_name, module_name )); in ft_property_do()
5014 func_name, module_name )); in ft_property_do()
5024 func_name, module_name )); in ft_property_do()
5038 func_name, module_name )); in ft_property_do()