Searched refs:_jmp_buf (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsetjmp.d199 struct _jmp_buf { int[_JBLEN + 1] _jb; }
204 struct _jmp_buf { c_long[_JBLEN] _jb; }
209 struct _jmp_buf { c_long[_JBLEN + 1] _jb; }
215 struct _jmp_buf { long[2][_JBLEN + 1] _jb; }
220 struct _jmp_buf { long[_JBLEN + 1] _jb; }
224 alias _jmp_buf[1] jmp_buf;
235 struct _jmp_buf { int[_JBLEN + 1] _jb; }
240 struct _jmp_buf { c_long[_JBLEN] _jb; }
244 alias _jmp_buf[_JBLEN] jmp_buf;
298 struct _jmp_buf { c_lon
[all...]
/netbsd-current/lib/libc/arch/vax/gen/
H A D__longjmp14.c44 struct _jmp_buf { struct
52 struct _jmp_buf *jb = (void *)env;

Completed in 73 milliseconds