Searched defs:setjmp (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dsetjmp.h2 This file defines the macro setjmp, and declares the function longjmp
20 restore a calling environment. The environment of a call to the setjmp
29 /** The setjmp macro saves its calling environment in its jmp_buf argument for
32 The Standard does not specify whether setjmp is a macro or an identifier
35 identifier with the name setjmp, the behavior is undefined by the Standard.
40 @return If the return is from a direct invocation, the setjmp macro
42 function, the setjmp macro returns a nonzero value based upon the value
45 #define setjmp(env) (INTN)SetJump((env)) macro
48 invocation of the setjmp macro in the same invocation of the program with
50 or if the function containing the invocation of the setjmp macr
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/
H A Dsetjmp.S0 /* setjmp and longjmp. Use of these functions is deprecated. */
12 .globl setjmp
13 setjmp: label
/vbox/include/iprt/nocrt/
H A Dsetjmp.h2 * IPRT / No-CRT - Our own setjmp header.
43 extern int RT_NOCRT(setjmp)(RT_NOCRT(jmp_buf));
48 # define setjmp RT_NOCRT(setjmp) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dsetjmp.h136 #define setjmp _setjmp macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dsetjmp.h114 #define setjmp _setjmp macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c31 //#define NO_SIG 1 // Compiler doesn't support signal() or setjmp/longjmp()
222 signal(), or setjmp/longjmp() -DNO_SIG
486 Fixed definition of setjmp for -DNO_SIG
575 and to prevent variables being put in registers (when setjmp/longjmp
615 #include <setjmp.h> /* if this fails, define NO_SIG */
619 //#include <setjmp.h> /* if this fails, define NO_SIG */
647 #define Unexpected(place) if (setjmp(lab)!=0) croak(place)
730 #ifdef NO_SIG /* There's no signal(), or setjmp/longjmp() */
735 int setjmp ARGS((jmp_buf lab));
738 int setjmp(jmp_bu function
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h73 /* setjmp/longjmp */
664 #undef setjmp macro
665 #define setjmp(a) xf86setjmp_macro(a) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h95 /* setjmp/longjmp */
713 #undef setjmp macro
714 #define setjmp(a) xf86setjmp_macro(a) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h95 /* setjmp/longjmp */
713 #undef setjmp macro
714 #define setjmp(a) xf86setjmp_macro(a) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h99 /* setjmp/longjmp */
720 #undef setjmp macro
721 #define setjmp(a) xf86setjmp_macro(a) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h99 /* setjmp/longjmp */
718 #undef setjmp macro
719 #define setjmp(a) xf86setjmp_macro(a) macro

Completed in 71 milliseconds