Home
last modified time | relevance | path

Searched refs:sigjmp_buf (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/include/
H A Dsetjmp.h56 void siglongjmp(sigjmp_buf, int) __dead2;
57 int sigsetjmp(sigjmp_buf, int) __returns_twice;
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_type_test.cpp24 CHECK_TYPE_SIZE_FITS(sigjmp_buf);
/freebsd/sys/x86/include/
H A Dsetjmp.h45 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1]; typedef
/freebsd/sys/powerpc/include/
H A Dsetjmp.h22 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef
/freebsd/sys/riscv/include/
H A Dsetjmp.h55 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1] __aligned(16); } sigjmp_buf[1]; typedef
/freebsd/sys/arm64/include/
H A Dsetjmp.h69 typedef struct _sigjmp_buf { __int128_t _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef
/freebsd/sys/arm/include/
H A Dsetjmp.h100 typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef
/freebsd/contrib/bc/include/
H A Dstatus.h86 #define sigjmp_buf jmp_buf macro
837 sigjmp_buf sjb; \
906 sigjmp_buf sjb; \
H A Dhistory.h93 extern sigjmp_buf bc_history_jmpbuf;
/freebsd/contrib/sendmail/include/sm/
H A Dsetjmp.h30 typedef sigjmp_buf SM_JMPBUF_T;
/freebsd/contrib/tnftp/src/
H A Dprogressbar.h65 GLOBAL sigjmp_buf toplevel; /* non-local goto stuff for cmd scanner */
/freebsd/contrib/bc/src/
H A Dmain.c98 bc_vec_init(&vm->jmp_bufs, sizeof(sigjmp_buf), BC_DTOR_NONE); in main()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c37 static sigjmp_buf env;
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_siglongjmp.c53 static sigjmp_buf env;
/freebsd/contrib/netbsd-tests/lib/libc/setjmp/
H A Dt_threadjmp.c106 sigjmp_buf sjb; in h_check()
H A Dt_setjmp.c104 sigjmp_buf sjb; in h_check()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_siginfo.c285 static sigjmp_buf sigfpe_flt_env;
345 static sigjmp_buf sigfpe_int_env;
H A Dt_fpsetmask.c217 static sigjmp_buf b;
/freebsd/crypto/openssl/crypto/
H A Darmcap.c39 static sigjmp_buf ill_jmp;
H A Dsparcv9cap.c68 static sigjmp_buf common_jmp;
H A Dppccap.c37 static sigjmp_buf ill_jmp;
/freebsd/tests/sys/vm/
H A Dpage_fault_signal.c36 static sigjmp_buf sig_env;
/freebsd/contrib/libdiff/lib/
H A Ddiff_atomize_text.c127 static sigjmp_buf diff_data_signal_env;
/freebsd/contrib/dma/
H A Dutil.c253 static sigjmp_buf sigbuf;
/freebsd/libexec/rtld-elf/
H A Drtld.h330 sigjmp_buf env;

12