Searched defs:jmp_buf (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/mips/include/
H A Dsetjmp.h60 typedef struct _jmp_buf { long long _jb[_JBLEN + 1]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
62 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
/freebsd-10-stable/sys/powerpc/include/
H A Dsetjmp.h22 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
/freebsd-10-stable/sys/x86/include/
H A Dsetjmp.h48 typedef struct _jmp_buf { long _jb[_JBLEN]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
/freebsd-10-stable/sys/sparc64/include/
H A Dsetjmp.h55 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
/freebsd-10-stable/sys/arm/include/
H A Dsetjmp.h104 typedef struct _jmp_buf { int _jb[_JBLEN + 1]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
/freebsd-10-stable/contrib/gcc/
H A Dunwind-sjlj.c44 typedef void *jmp_buf[JMP_BUF_SIZE]; typedef
H A Dsys-types.h215 typedef int *jmp_buf; typedef
/freebsd-10-stable/sys/ia64/include/
H A Dsetjmp.h120 typedef struct _jmp_buf jmp_buf[1]; typedef in typeref:struct:_jmp_buf
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dconf.h2994 # undef jmp_buf macro
2996 # define jmp_buf sigjmp_buf macro

Completed in 93 milliseconds