Searched defs:sigjmp_buf (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/mips/include/
H A Dsetjmp.h53 typedef struct _sigjmp_buf { long long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
55 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-10-stable/sys/powerpc/include/
H A Dsetjmp.h19 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-10-stable/sys/x86/include/
H A Dsetjmp.h45 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-10-stable/sys/sparc64/include/
H A Dsetjmp.h52 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-10-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-10-stable/sys/ia64/include/
H A Dsetjmp.h114 typedef struct _sigjmp_buf sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-10-stable/contrib/gcc/
H A Dsys-types.h216 typedef int *sigjmp_buf; typedef

Completed in 108 milliseconds