Searched refs:sigjmp_buf (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-9.3-release/sys/mips/include/
H A Dsetjmp.h45 * jmp_buf and sigjmp_buf are encapsulated in different structs to force
53 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-9.3-release/sys/amd64/include/
H A Dsetjmp.h40 * jmp_buf and sigjmp_buf are encapsulated in different structs to force
45 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-9.3-release/sys/i386/include/
H A Dsetjmp.h40 * jmp_buf and sigjmp_buf are encapsulated in different structs to force
45 typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-9.3-release/sys/powerpc/include/
H A Dsetjmp.h14 * jmp_buf and sigjmp_buf are encapsulated in different structs to force
19 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-9.3-release/include/
H A Dsetjmp.h57 void siglongjmp(sigjmp_buf, int) __dead2;
58 int sigsetjmp(sigjmp_buf, int) __returns_twice;
/freebsd-9.3-release/contrib/libreadline/
H A Dposixjmp.h29 # define procenv_t sigjmp_buf
/freebsd-9.3-release/sys/sparc64/include/
H A Dsetjmp.h47 * jmp_buf and sigjmp_buf are encapsulated in different structs to force
52 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-9.3-release/sys/arm/include/
H A Dsetjmp.h91 typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dsetjmp.h30 typedef sigjmp_buf SM_JMPBUF_T;
H A Dconf.h2982 # define jmp_buf sigjmp_buf
/freebsd-9.3-release/contrib/tnftp/src/
H A Dprogressbar.h65 GLOBAL sigjmp_buf toplevel; /* non-local goto stuff for cmd scanner */
H A Dcmds.c149 static sigjmp_buf jabort;
1822 sigjmp_buf abortprox;
H A Dftp.c136 sigjmp_buf ptabort;
546 sigjmp_buf xferabort;
H A Dfetch.c467 sigjmp_buf httpabort;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c37 static sigjmp_buf env;
/freebsd-9.3-release/sys/ia64/include/
H A Dsetjmp.h106 * jmp_buf and sigjmp_buf are encapsulated in different structs to force
114 typedef struct _sigjmp_buf sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-9.3-release/contrib/gcc/
H A Dsys-types.h216 typedef int *sigjmp_buf; typedef
H A Dsys-protos.h1025 extern void siglongjmp(sigjmp_buf, int);
1034 extern int sigsetjmp(sigjmp_buf, int);
/freebsd-9.3-release/bin/ed/
H A Dmain.c69 sigjmp_buf env;
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.h324 sigjmp_buf env;
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lposix244 void (siglongjmp)(sigjmp_buf env, int val);
248 int (sigsetjmp)(sigjmp_buf env, int savemask);
/freebsd-9.3-release/contrib/ntp/util/
H A Dntptime.c70 static sigjmp_buf env; /* environment var. for pll_trap() */
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_loopfilter.c186 static sigjmp_buf env; /* environment var. for pll_trap() */
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtop.c299 #define SIGJMP_BUF sigjmp_buf
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.h688 typedef struct { sigjmp_buf j; } jmp_buf_t;

Completed in 409 milliseconds

12