Home
last modified time | relevance | path

Searched refs:functionname (Results 1 – 3 of 3) sorted by relevance

/reactos/boot/freeldr/freeldr/arch/i386/
H A Di386trap.S149 MACRO(BREAKPOINT_TEMPLATE, functionname, mask1, mask2)
150 PUBLIC VAL(functionname)
152 functionname: label
154 \functionname:
/reactos/modules/rostests/winetests/user32/
H A Dbroadcast.c80 static void test_parameters(PBROADCAST broadcast, const char *functionname) in test_parameters() argument
90 win_skip("%s is not implemented\n", functionname); in test_parameters()
/reactos/dll/win32/wintrust/
H A Dregister.c93 #define WINTRUST_INITREGENTRY( action, dllname, functionname ) \ in WINTRUST_InitRegStructs() argument
97 action.pwszFunctionName = WINTRUST_Alloc(sizeof(functionname)); \ in WINTRUST_InitRegStructs()
98 lstrcpyW(action.pwszFunctionName, functionname); in WINTRUST_InitRegStructs()