Searched refs:setjmp (Results 1 - 25 of 267) sorted by relevance

1234567891011

/illumos-gate/usr/src/boot/sys/i386/include/
H A Dsetjmp.h6 #include <x86/setjmp.h>
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dsetjmp.h6 #include <x86/setjmp.h>
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsetjmp.h42 int setjmp(/* jmp_buf env */);
50 * Routines that call setjmp have strange control flow graphs,
52 * return at the setjmp site, not the original call site. This
55 #pragma unknown_control_flow(sigsetjmp, setjmp, _setjmp)
/illumos-gate/usr/src/head/iso/
H A Dsetjmp_iso.h41 * must also be added to <setjmp.h>.
91 extern int setjmp(jmp_buf) __RETURNS_TWICE;
92 #pragma unknown_control_flow(setjmp)
103 using std::setjmp;
107 #define setjmp(env) setjmp(env) macro
/illumos-gate/usr/src/boot/include/
H A Dsetjmp.h34 * @(#)setjmp.h 8.2 (Berkeley) 1/21/94
44 #include <machine/setjmp.h>
55 int setjmp(jmp_buf) __returns_twice;
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dsetjmp.h9 * $Id: setjmp.h,v 1.3 2001/03/08 03:23:08 ca Exp $
18 # include <setjmp.h>
21 ** sm_setjmp_sig is a setjmp that saves the signal mask.
22 ** sm_setjmp_nosig is a setjmp that does *not* save the signal mask.
27 ** setjmp and _setjmp, which are just as good.
41 # define sm_setjmp_sig(buf) setjmp(buf)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpprivate.h42 #include <setjmp.h>
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.h33 #include <setjmp.h>
H A Dmdb_context_impl.h37 #include <setjmp.h>
/illumos-gate/usr/src/cmd/mdb/intel/amd64/libstand/
H A Dsetjmp.s30 #include <setjmp.h>
39 * setjmp(env)
57 setjmp(jmp_buf env)
70 ENTRY(setjmp) function
84 SET_SIZE(setjmp)
116 movq 56(%rdi), %rdx /* return to caller of setjmp */
H A DMakefile30 setjmp.s
/illumos-gate/usr/src/cmd/mdb/intel/ia32/libstand/
H A Dsetjmp.s30 #include <setjmp.h>
39 * setjmp(env)
55 setjmp(jmp_buf env)
68 ENTRY(setjmp) function
81 SET_SIZE(setjmp)
/illumos-gate/usr/src/cmd/sort/common/
H A Dinitialize.h38 #include <setjmp.h>
/illumos-gate/usr/src/ucblib/libucb/sparc/
H A DMakefile27 setjmp.o \
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsetjmp.s27 .file "setjmp.s"
30 * The UCB setjmp(env) is the same as SYSV's sigsetjmp(env, 1)
35 * These are #defined as such in /usr/ucbinclude/setjmp.h
36 * but setjmp/longjmp and _setjmp/_longjmp have historically
47 ENTRY_NP(setjmp)
52 SET_SIZE(setjmp)
/illumos-gate/usr/src/cmd/bnu/
H A Dgio.c69 if (setjmp(Gfailbuf))
83 if(setjmp(Gfailbuf))
98 if(setjmp(Gfailbuf))
124 if(setjmp(Gfailbuf))
149 if(setjmp(Gfailbuf))
178 if(setjmp(Gfailbuf))
/illumos-gate/usr/src/cmd/mdb/sparc/v9/libstand/
H A DMakefile30 setjmp.s
H A Dsetjmp.s30 #include <setjmp.h>
36 * This is a copy of the setjmp (and longjmp) code used in libc. Note that
37 * we use sigsetjmp as an alias for setjmp, with a corresponding alias between
53 * setjmp(buf_ptr)
60 setjmp(jmp_buf env)
73 ENTRY(setjmp) function
85 SET_SIZE(setjmp)
90 * buf_ptr points to a jmpbuf which has been initialized by setjmp.
91 * val is the value we wish to return to setjmp's caller
99 * to the values they had at the time of the call to setjmp()
[all...]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dsiglongjmp.c34 #include <setjmp.h>
H A Dsetjmp.s27 .file "setjmp.s"
33 * setjmp(env)
53 ANSI_PRAGMA_WEAK(setjmp,function)
56 ENTRY(setjmp) function
76 SET_SIZE(setjmp)
99 movq 56(%rdi), %rdx /* return to caller of setjmp */
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dsiglongjmp.c38 #include <setjmp.h>
H A Dsetjmp.s27 .file "setjmp.s"
32 / setjmp(env)
48 ANSI_PRAGMA_WEAK(setjmp,function)
51 ENTRY(setjmp) function
71 SET_SIZE(setjmp)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rquota.c31 #include <setjmp.h>
78 if (setjmp(xdr_err)) {
110 if (setjmp(xdr_err)) {
/illumos-gate/usr/src/lib/libc/inc/
H A Dsigjmp_struct.h36 #include <setjmp.h>
47 * and usr/src/ucblib/libucb/sparc/sys/setjmp.c. Other than that,
51 * setjmp()/longjmp(), so that an application could (stupidly)
52 * do sigsetjmp(env) followed by longjmp(env) (but not setjmp(env)
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dsetjmp.c34 #include <sys/setjmp.h>
40 setjmp(env) function

Completed in 108 milliseconds

1234567891011