Searched refs:SETNOFAIL (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | cpp.c | 160 #define SETNOFAIL(x,y) x = (void*)GetProcAddress(hMsvcrt,y) macro 190 SETNOFAIL(bAncientVersion, "??0logic_error@@QAE@ABQBD@Z"); in InitFunctionPtrs() 193 SETNOFAIL(poperator_new, "??_U@YAPEAX_K@Z"); in InitFunctionPtrs() 194 SETNOFAIL(poperator_delete, "??_V@YAXPEAX@Z"); in InitFunctionPtrs() 242 SETNOFAIL(poperator_new, "??_U@YAPAXI@Z"); in InitFunctionPtrs() 243 SETNOFAIL(poperator_delete, "??_V@YAXPAX@Z"); in InitFunctionPtrs() 263 SETNOFAIL(pbad_cast_ctor, "??0bad_cast@@QAE@ABQBD@Z"); in InitFunctionPtrs() 290 SETNOFAIL(poperator_new, "??_U@YAPAXI@Z"); in InitFunctionPtrs() 291 SETNOFAIL(poperator_delete, "??_V@YAXPAX@Z"); in InitFunctionPtrs() 311 SETNOFAIL(pbad_cast_ctor, "??0bad_cast@@QAE@ABQBD@Z"); in InitFunctionPtrs() [all …]
|
H A D | string.c | 113 #define SETNOFAIL(x,y) x = (void*)GetProcAddress(hMsvcrt,y) macro 114 #define SET(x,y) SETNOFAIL(x,y); ok(x != NULL, "Export '%s' not found\n", y)
|
/reactos/modules/rostests/winetests/msvcrtd/ |
H A D | debug.c | 37 #define SETNOFAIL(x,y) x = (void*)GetProcAddress(hModule,y) macro 38 #define SET(x,y) do { SETNOFAIL(x,y); ok(x != NULL, "Export '%s' not found\n", y); } while(0)
|