Home
last modified time | relevance | path

Searched refs:jmp_buf (Results 1 – 25 of 220) sorted by relevance

123456789

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsetjmp.d188 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 Dsetjmp.h59 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 Dcsetjmp25 jmp_buf
27 void longjmp(jmp_buf env, int val);
42 using ::jmp_buf;
/netbsd-src/lib/libc/gen/
H A DLint___setjmp14.c12 __setjmp14(jmp_buf env) in __setjmp14()
19 __longjmp14(jmp_buf env, int val) in __longjmp14()
H A DLint__setjmp.c12 _setjmp(jmp_buf env) in _setjmp()
19 _longjmp(jmp_buf env, int val)
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defisetjmp.h9 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 Dsetjmp.h43 int __setjmp14(jmp_buf) __returns_twice;
44 void __longjmp14(jmp_buf, int) __dead;
/netbsd-src/games/phantasia/
H A Dphantglobs.c33 jmp_buf Fightenv; /* used to jump into fight routine */
34 jmp_buf Timeoenv; /* used for timing out waiting for input */
H A Dphantglobs.h25 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 Dunwind-sjlj.c39 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 Dunwind-sjlj.c39 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 Ddec_prom.h92 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 Dlongjmp.c54 __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 Dosdep.h196 # define jbp_decl(x) jmp_buf *x
205 # define jrefproto jmp_buf *
/netbsd-src/games/sail/
H A Drestart.h32 extern jmp_buf restart;
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dsetjmp.h13 extern void longjmp __((jmp_buf, int)) __attribute__ ((__noreturn__));
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dsetjmp.h13 extern void longjmp __((jmp_buf, int)) __attribute__ ((__noreturn__));
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dsetjmp.h35 using std::jmp_buf;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dsetjmp.h35 using std::jmp_buf;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_type_test.cpp23 CHECK_TYPE_SIZE_FITS(jmp_buf);
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dgccw.c17 jmp_buf jbuf;
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia32/
H A Defisetjmp_arch.h15 } EFI_ALIGN(JMPBUF_ALIGN) jmp_buf[1];
/netbsd-src/sys/ddb/
H A Ddb_user.h56 typedef jmp_buf label_t;
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dsjlj.c11 jmp_buf b;
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dplural-eval.h35 # define sigjmp_buf jmp_buf

123456789