Home
last modified time | relevance | path

Searched refs:raise (Results 1 – 25 of 37) sorted by relevance

12

/reactos/modules/rostests/winetests/msvcrt/
H A Dsignal.c47 res = raise(SIGBREAK); in test_signal()
64 res = raise(SIGSEGV); in test___pxcptinfoptrs()
69 res = raise(SIGABRT); in test___pxcptinfoptrs()
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dfmod.asm119 jnz @raise ; handle error
123 je @raise
134 @raise:
135 mov eax, INVALID ; raise exception
H A Dfmodf.asm119 jnz @raise ; handle error
123 je @raise
134 @raise:
135 mov eax, INVALID ; raise exception
H A Dtan.asm34 ; but may not raise floating point status bits properly.
H A Dexp.asm123 ; It could be argued that a signaling NaN should raise an exception,
H A Dcos.asm34 ; but may not raise floating point status bits properly.
H A Dcosf.asm34 ; but may not raise floating point status bits properly.
H A Dtanf.asm34 ; but may not raise floating point status bits properly.
H A Dsin.asm34 ; but may not raise floating point status bits properly.
/reactos/sdk/include/c++/stlport/stl/
H A D_csignal.h34 using _STLP_VENDOR_CSTD::raise;
/reactos/sdk/lib/crt/stdlib/
H A Dabort.c52 raise(SIGABRT); in abort()
/reactos/sdk/lib/ucrt/startup/
H A Dabort.cpp64 raise(SIGABRT); in abort()
H A Dassert.cpp377 raise(SIGABRT);
/reactos/sdk/include/crt/
H A Dsignal.h58 int __cdecl raise(int _SigNum);
/reactos/sdk/include/ucrt/
H A Dsignal.h65 _ACRTIMP int __cdecl raise(_In_ int _Signal);
/reactos/sdk/lib/crt/signal/
H A Dsignal.c71 raise(int sig) in raise() function
/reactos/modules/rostests/winetests/vbscript/
H A Dapi.vbs1532 err.raise 1
1534 err.raise
1537 err.raise &h10000&
1550 err.raise 1, "abc"
1556 err.raise 1, 2, "desc", "hf", 1
1565 err.raise 5
1574 err.raise &h8007000E&
1582 err.raise 1, "test"
1583 err.raise &h8007000E&
1590 err.raise 1, 2, "desc", "hf", 1
[all …]
/reactos/sdk/include/reactos/mc/
H A Dsacmsg.mc244 SAC failed to raise the process priority.
268 SAC cannot raise the priority of a process that was not previously lowered.
274 SAC cannot raise the process priority any higher.
/reactos/sdk/lib/ucrt/misc/
H A Dsignal.cpp425 extern "C" int __cdecl raise(int const signum) in raise() function
H A Ddbgrpt.cpp424 raise(SIGABRT); in common_message_window()
/reactos/sdk/lib/crt/wine/
H A Dexcept.c228 int CDECL raise(int sig) in raise() function
/reactos/sdk/lib/crt/misc/
H A Ddbgrpt.cpp302 raise(SIGABRT); in _CrtHandleDbgReport()
/reactos/modules/rostests/apitests/crt/
H A Dcrtdll_crt_apitest.cmake443 # raise.c
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dgetline.c898 raise(SIGINT); in getline()
910 raise(SIGQUIT); in getline()
/reactos/dll/win32/crtdll/
H A Dcrtdll.spec447 @ cdecl raise(long)

12