Searched refs:setjmp (Results 26 - 50 of 267) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dsetjmp.c34 #include <sys/setjmp.h>
40 setjmp(env) function
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsetjmp.s30 .file "setjmp.s"
34 ANSI_PRAGMA_WEAK(setjmp,function)
52 * setjmp(buf_ptr)
55 ENTRY(setjmp) function
70 SET_SIZE(setjmp)
74 * buf_ptr points to a jmpbuf which has been initialized by setjmp.
75 * val is the value we wish to return to setjmp's caller
83 * to the values they had at the time of the call to setjmp(). All
89 * that called setjmp() has not altered the sp value of their frame we
92 * (not setjmp()!)
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.s30 .file "setjmp.s"
34 ANSI_PRAGMA_WEAK(setjmp,function)
52 * setjmp(buf_ptr)
55 ENTRY(setjmp) function
70 SET_SIZE(setjmp)
74 * buf_ptr points to a jmpbuf which has been initialized by setjmp.
75 * val is the value we wish to return to setjmp's caller
83 * to the values they had at the time of the call to setjmp(). All
89 * that called setjmp() has not altered the sp value of their frame we
92 * (not setjmp()!)
[all...]
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_context.c45 #include <setjmp.h>
89 if (setjmp(c->ctx_pcb) == 0 && kmdb_setcontext(&c->ctx_uc) == -1)
/illumos-gate/usr/src/cmd/mdb/intel/ia32/libstand/
H A DMakefile30 setjmp.s \
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfpos.c20 #include <setjmp.h>
35 ** Returns flow of control to where setjmp(TellTimeOut) was set.
44 ** returns flow of control to setjmp(TellTimeOut).
109 if (setjmp(TellTimeOut) != 0)
H A Dfclose.c22 #include <setjmp.h>
37 ** Returns flow of control to where setjmp(CloseTimeOut) was set.
46 ** returns flow of control to setjmp(CloseTimeOut).
127 if (setjmp(CloseTimeOut) != 0)
H A Dfopen.c20 #include <setjmp.h>
38 ** Returns flow of control to where setjmp(OpenTimeOut) was set.
47 ** returns flow of control to setjmp(OpenTimeOut).
64 ** Returns flow of control to where setjmp(ReopenTimeOut) was set.
73 ** returns flow of control to setjmp(ReopenTimeOut).
142 if (setjmp(OpenTimeOut) != 0)
259 if (setjmp(ReopenTimeOut) != 0)
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpusg.h84 #undef setjmp macro
85 #define setjmp(b) sigsetjmp((b), 1) macro
/illumos-gate/usr/src/cmd/logadm/
H A Derr.h30 #include <setjmp.h>
56 #define SETJMP setjmp(*(Err_env_ptr = &Err_env))
/illumos-gate/usr/src/lib/libwrap/
H A Ddiag.c26 #include <setjmp.h>
H A Drfc931.c32 #include <setjmp.h>
113 if (setjmp(timebuf) == 0) {
122 * invocation of setjmp and hence no additional checks while
/illumos-gate/usr/src/cmd/sh/
H A Ddefs.c34 #include <setjmp.h>
/illumos-gate/usr/src/ucblib/libucb/sparcv9/
H A DMakefile27 setjmp.o \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pmap.c32 #include <setjmp.h>
125 if (setjmp(xdr_err)) {
200 if (setjmp(xdr_err)) {
281 if (setjmp(xdr_err)) {
304 if (setjmp(xdr_err)) {
413 if (setjmp(xdr_err)) {
515 if (setjmp(xdr_err)) {
617 if (setjmp(xdr_err)) {
643 if (setjmp(xdr_err)) {
677 if (setjmp(xdr_er
[all...]
H A Dsnoop_mount.c31 #include <setjmp.h>
108 if (setjmp(xdr_err)) {
188 if (setjmp(xdr_err)) {
447 if (setjmp(xdr_err)) {
471 if (setjmp(xdr_err)) {
495 if (setjmp(xdr_err)) {
517 if (setjmp(xdr_err)) {
H A Dsnoop_nis.c31 #include <setjmp.h>
139 if (setjmp(xdr_err)) {
194 if (setjmp(xdr_err)) {
265 if (setjmp(xdr_err)) {
407 if (setjmp(xdr_err)) {
625 if (setjmp(xdr_err)) {
644 if (setjmp(xdr_err)) {
H A Dsnoop_bparam.c31 #include <setjmp.h>
78 if (setjmp(xdr_err)) {
133 if (setjmp(xdr_err)) {
H A Dsnoop_rstat.c31 #include <setjmp.h>
75 if (setjmp(xdr_err)) {
96 if (setjmp(xdr_err)) {
/illumos-gate/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dsetjmp1 /* : : generated from /home/gisburn/ksh93/ast_ksh_20100309/build_i386_64bit/src/cmd/ksh93/features/setjmp by iffe version 2009-12-04 : : */
19 #define _hdr_setjmp 1 /* #include <setjmp.h> ok */
28 # define sigsetjmp(a,b) setjmp(a)
/illumos-gate/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dsetjmp1 /* : : generated from /home/gisburn/ksh93/ast_ksh_20100309/build_i386_32bit/src/cmd/ksh93/features/setjmp by iffe version 2009-12-04 : : */
19 #define _hdr_setjmp 1 /* #include <setjmp.h> ok */
28 # define sigsetjmp(a,b) setjmp(a)
/illumos-gate/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dsetjmp1 /* : : generated from /home/gisburn/ksh93/ast_ksh_20100309/build_sparc_32bit/src/cmd/ksh93/features/setjmp by iffe version 2009-12-04 : : */
19 #define _hdr_setjmp 1 /* #include <setjmp.h> ok */
28 # define sigsetjmp(a,b) setjmp(a)
/illumos-gate/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dsetjmp1 /* : : generated from /home/gisburn/ksh93/ast_ksh_20100309/build_sparc_64bit/src/cmd/ksh93/features/setjmp by iffe version 2009-12-04 : : */
19 #define _hdr_setjmp 1 /* #include <setjmp.h> ok */
28 # define sigsetjmp(a,b) setjmp(a)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinvite.c45 #include <setjmp.h>
102 (void) setjmp(invitebuf);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dmain.c272 if (setjmp(toplevel) != 0)
279 (void) setjmp(toplevel);

Completed in 61 milliseconds

1234567891011