| /freebsd-11-stable/sys/mips/include/ |
| HD | setjmp.h | 53 typedef struct _sigjmp_buf { long long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef 55 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef
|
| /freebsd-11-stable/include/ |
| HD | setjmp.h | 57 void siglongjmp(sigjmp_buf, int) __dead2; 58 int sigsetjmp(sigjmp_buf, int) __returns_twice;
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| HD | hwasan_type_test.cpp | 24 CHECK_TYPE_SIZE_FITS(sigjmp_buf);
|
| /freebsd-11-stable/sys/x86/include/ |
| HD | setjmp.h | 45 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1]; typedef
|
| /freebsd-11-stable/sys/powerpc/include/ |
| HD | setjmp.h | 23 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef
|
| /freebsd-11-stable/sys/sparc64/include/ |
| HD | setjmp.h | 52 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef
|
| /freebsd-11-stable/sys/arm64/include/ |
| HD | setjmp.h | 67 typedef struct _sigjmp_buf { __int128_t _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef
|
| /freebsd-11-stable/sys/riscv/include/ |
| HD | setjmp.h | 57 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1] __aligned(16); } sigjmp_buf[1]; typedef
|
| /freebsd-11-stable/contrib/libreadline/ |
| HD | posixjmp.h | 29 # define procenv_t sigjmp_buf
|
| /freebsd-11-stable/sys/arm/include/ |
| HD | setjmp.h | 101 typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef
|
| /freebsd-11-stable/contrib/sendmail/include/sm/ |
| HD | setjmp.h | 30 typedef sigjmp_buf SM_JMPBUF_T;
|
| /freebsd-11-stable/crypto/openssl/crypto/ |
| HD | s390xcap.c | 10 static sigjmp_buf ill_jmp;
|
| HD | armcap.c | 26 static sigjmp_buf ill_jmp;
|
| HD | ppccap.c | 80 static sigjmp_buf ill_jmp;
|
| /freebsd-11-stable/contrib/tnftp/src/ |
| HD | progressbar.h | 65 GLOBAL sigjmp_buf toplevel; /* non-local goto stuff for cmd scanner */
|
| /freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/ |
| HD | tst.fds.c | 39 static sigjmp_buf env;
|
| /freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/ |
| HD | t_siglongjmp.c | 53 static sigjmp_buf env;
|
| /freebsd-11-stable/contrib/netbsd-tests/lib/libc/setjmp/ |
| HD | t_setjmp.c | 101 sigjmp_buf sjb; in h_check()
|
| HD | t_threadjmp.c | 106 sigjmp_buf sjb; in h_check()
|
| /freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/ |
| HD | t_siginfo.c | 285 static sigjmp_buf sigfpe_flt_env; 345 static sigjmp_buf sigfpe_int_env;
|
| HD | t_fpsetmask.c | 217 static sigjmp_buf b;
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | sys-types.h | 216 typedef int *sigjmp_buf; typedef
|
| /freebsd-11-stable/contrib/dma/ |
| HD | util.c | 232 static sigjmp_buf sigbuf;
|
| /freebsd-11-stable/libexec/rtld-elf/ |
| HD | rtld.h | 331 sigjmp_buf env;
|
| /freebsd-11-stable/contrib/ntp/util/ |
| HD | ntptime.c | 75 static sigjmp_buf env; /* environment var. for pll_trap() */
|