Searched refs:sigjmp_buf (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_type_test.cpp24 CHECK_TYPE_SIZE_FITS(sigjmp_buf); variable
/freebsd-13-stable/sys/mips/include/
H A Dsetjmp.h47 * jmp_buf and sigjmp_buf are encapsulated in different structs to force
55 typedef struct _sigjmp_buf { long long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
57 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-13-stable/sys/powerpc/include/
H A Dsetjmp.h18 * jmp_buf and sigjmp_buf are encapsulated in different structs to force
23 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-13-stable/sys/x86/include/
H A Dsetjmp.h42 * jmp_buf and sigjmp_buf are encapsulated in different structs to force
47 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-13-stable/include/
H A Dsetjmp.h59 void siglongjmp(sigjmp_buf, int) __dead2;
60 int sigsetjmp(sigjmp_buf, int) __returns_twice;
/freebsd-13-stable/sys/riscv/include/
H A Dsetjmp.h52 * jmp_buf and sigjmp_buf are encapsulated in different structs to force
57 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1] __aligned(16); } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-13-stable/sys/arm64/include/
H A Dsetjmp.h62 * jmp_buf and sigjmp_buf are encapsulated in different structs to force
67 typedef struct _sigjmp_buf { __int128_t _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-13-stable/contrib/sendmail/include/sm/
H A Dsetjmp.h30 typedef sigjmp_buf SM_JMPBUF_T;
/freebsd-13-stable/sys/arm/include/
H A Dsetjmp.h101 typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-13-stable/contrib/tnftp/src/
H A Dprogressbar.h65 GLOBAL sigjmp_buf toplevel; /* non-local goto stuff for cmd scanner */
/freebsd-13-stable/contrib/bc/src/
H A Dmain.c68 bc_vec_init(&vm.jmp_bufs, sizeof(sigjmp_buf), NULL);
H A Dvm.c94 siglongjmp(*((sigjmp_buf*) bc_vec_top(&vm.jmp_bufs)), 1);
/freebsd-13-stable/crypto/openssl/crypto/
H A Ds390xcap.c18 static sigjmp_buf ill_jmp;
H A Darmcap.c34 static sigjmp_buf ill_jmp;
H A Dsparcv9cap.c132 static sigjmp_buf common_jmp;
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c37 static sigjmp_buf env;
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_siglongjmp.c53 static sigjmp_buf env;
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/setjmp/
H A Dt_setjmp.c101 sigjmp_buf sjb;
H A Dt_threadjmp.c106 sigjmp_buf sjb;
/freebsd-13-stable/tests/sys/vm/
H A Dpage_fault_signal.c38 static sigjmp_buf sig_env;
/freebsd-13-stable/contrib/bc/include/
H A Dvm.h242 sigjmp_buf sjb; \
254 sigjmp_buf sjb; \
H A Dbcl.h158 #define sigjmp_buf jmp_buf macro
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_siginfo.c285 static sigjmp_buf sigfpe_flt_env;
345 static sigjmp_buf sigfpe_int_env;
/freebsd-13-stable/contrib/dma/
H A Dutil.c233 static sigjmp_buf sigbuf;
/freebsd-13-stable/bin/ed/
H A Dmain.c65 static sigjmp_buf env;

Completed in 179 milliseconds

12