Searched refs:_jmp_buf (Results 1 – 6 of 6) sorted by relevance
48 typedef struct _jmp_buf { long _jb[_JBLEN]; } jmp_buf[1]; argument
25 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; struct
58 typedef struct _jmp_buf { long _jb[_JBLEN + 1] __aligned(16); } jmp_buf[1]; struct
72 typedef struct _jmp_buf { __int128_t _jb[_JBLEN + 1]; } jmp_buf[1]; argument
103 typedef struct _jmp_buf { int _jb[_JBLEN + 1]; } jmp_buf[1]; struct
140 struct _jmp_buf;144 int setjmp(struct _jmp_buf *) __returns_twice;145 void longjmp(struct _jmp_buf *, int) __dead2;