Home
last modified time | relevance | path

Searched refs:_jmp_buf (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dsetjmp.h62 typedef struct _jmp_buf { long long _jb[_JBLEN + 1]; } jmp_buf[1]; argument
64 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; argument
/f-stack/freebsd/x86/include/
H A Dsetjmp.h50 typedef struct _jmp_buf { long _jb[_JBLEN]; } jmp_buf[1]; struct
/f-stack/freebsd/arm64/include/
H A Dsetjmp.h70 typedef struct _jmp_buf { __int128_t _jb[_JBLEN + 1]; } jmp_buf[1]; argument
/f-stack/freebsd/arm/include/
H A Dsetjmp.h104 typedef struct _jmp_buf { int _jb[_JBLEN + 1]; } jmp_buf[1]; argument
/f-stack/freebsd/sys/
H A Dsystm.h240 struct _jmp_buf;
244 int setjmp(struct _jmp_buf *) __returns_twice;
245 void longjmp(struct _jmp_buf *, int) __dead2;