/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | setjmp.d | 188 alias __jmp_buf_tag[1] jmp_buf; in version() 191 void longjmp(ref jmp_buf, int); in version() 224 alias _jmp_buf[1] jmp_buf; 226 int setjmp(ref jmp_buf); 227 void longjmp(ref jmp_buf, int); 244 alias _jmp_buf[_JBLEN] jmp_buf; 246 int setjmp(ref jmp_buf); 247 void longjmp(ref jmp_buf, int); 287 alias jmp_buf = c_long[_JBLEN]; 289 int setjmp(ref jmp_buf); [all …]
|
/netbsd-src/include/ |
H A D | setjmp.h | 59 typedef _BSD_JBSLOT_T_ jmp_buf[_JBLEN] _JB_ATTRIBUTES; 65 int setjmp(jmp_buf) __RENAME(__setjmp14) __returns_twice; 66 void longjmp(jmp_buf, int) __RENAME(__longjmp14) __dead; 76 int _setjmp(jmp_buf) __returns_twice; 77 void _longjmp(jmp_buf, int) __dead;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | csetjmp | 25 jmp_buf 27 void longjmp(jmp_buf env, int val); 42 using ::jmp_buf;
|
/netbsd-src/lib/libc/gen/ |
H A D | Lint___setjmp14.c | 12 __setjmp14(jmp_buf env) in __setjmp14() 19 __longjmp14(jmp_buf env, int val) in __longjmp14()
|
H A D | Lint__setjmp.c | 12 _setjmp(jmp_buf env) in _setjmp() 19 _longjmp(jmp_buf env, int val)
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
H A D | efisetjmp.h | 9 extern UINTN setjmp(jmp_buf env) __attribute__((returns_twice)); 10 extern VOID longjmp(jmp_buf env, UINTN value) __attribute__((noreturn));
|
/netbsd-src/lib/libc/compat/include/ |
H A D | setjmp.h | 43 int __setjmp14(jmp_buf) __returns_twice; 44 void __longjmp14(jmp_buf, int) __dead;
|
/netbsd-src/games/phantasia/ |
H A D | phantglobs.c | 33 jmp_buf Fightenv; /* used to jump into fight routine */ 34 jmp_buf Timeoenv; /* used for timing out waiting for input */
|
H A D | phantglobs.h | 25 extern jmp_buf Fightenv; /* used to jump into fight routine */ 26 extern jmp_buf Timeoenv; /* used for timing out waiting for input */
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | unwind-sjlj.c | 39 typedef void *jmp_buf[__LIBGCC_JMP_BUF_SIZE__]; typedef 40 extern void longjmp(jmp_buf, int) __attribute__((noreturn)); 78 jmp_buf jbuf __attribute__((aligned));
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | unwind-sjlj.c | 39 typedef void *jmp_buf[__LIBGCC_JMP_BUF_SIZE__]; typedef 40 extern void longjmp(jmp_buf, int) __attribute__((noreturn)); 78 jmp_buf jbuf __attribute__((aligned));
|
/netbsd-src/sys/arch/pmax/include/ |
H A D | dec_prom.h | 92 typedef int jmp_buf[12]; typedef 115 int (*_setjmp)(jmp_buf); /* 4c */ 116 void (*_longjmp)(jmp_buf, int); /* 50 */
|
/netbsd-src/lib/libc/arch/sparc/gen/ |
H A D | longjmp.c | 54 __CTASSERT(sizeof(jmp_buf) >= sizeof(struct __jmp_buf)); 62 __longjmp14(jmp_buf env, int val) in __longjmp14()
|
/netbsd-src/external/mpl/dhcp/dist/includes/ |
H A D | osdep.h | 196 # define jbp_decl(x) jmp_buf *x 205 # define jrefproto jmp_buf *
|
/netbsd-src/games/sail/ |
H A D | restart.h | 32 extern jmp_buf restart;
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
H A D | setjmp.h | 13 extern void longjmp __((jmp_buf, int)) __attribute__ ((__noreturn__));
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
H A D | setjmp.h | 13 extern void longjmp __((jmp_buf, int)) __attribute__ ((__noreturn__));
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
H A D | setjmp.h | 35 using std::jmp_buf;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
H A D | setjmp.h | 35 using std::jmp_buf;
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_type_test.cpp | 23 CHECK_TYPE_SIZE_FITS(jmp_buf);
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | gccw.c | 17 jmp_buf jbuf;
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia32/ |
H A D | efisetjmp_arch.h | 15 } EFI_ALIGN(JMPBUF_ALIGN) jmp_buf[1];
|
/netbsd-src/sys/ddb/ |
H A D | db_user.h | 56 typedef jmp_buf label_t;
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
H A D | sjlj.c | 11 jmp_buf b;
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | plural-eval.h | 35 # define sigjmp_buf jmp_buf
|