Searched refs:_sigjmp_buf (Results 1 – 4 of 4) sorted by relevance
55 typedef struct _sigjmp_buf { long long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; argument57 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; argument
47 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1]; struct
67 typedef struct _sigjmp_buf { __int128_t _sjb[_JBLEN + 1]; } sigjmp_buf[1]; argument
101 typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1]; struct