Home
last modified time | relevance | path

Searched refs:setjmp (Results 1 – 25 of 177) sorted by relevance

12345678

/illumos-gate/usr/src/head/iso/
H A Dsetjmp_iso.h91 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/cmd/bnu/
H A Dgio.c67 if (setjmp(Gfailbuf)) in gturnon()
81 if(setjmp(Gfailbuf)) in gturnoff()
95 if(setjmp(Gfailbuf)) in gwrmsg()
120 if(setjmp(Gfailbuf)) in grdmsg()
144 if(setjmp(Gfailbuf)) in gwrdata()
172 if(setjmp(Gfailbuf)) in grddata()
H A Deio.c140 if (setjmp(Failbuf)) {
290 if(setjmp(Failbuf)) { in erdblk()
365 if (setjmp(Failbuf)) {
461 if(setjmp(Failbuf)) { in etrdmsg()
534 if (setjmp(Failbuf)) {
H A Dxio.c110 if(setjmp(Xfailbuf)) in xrdmsg()
212 if(setjmp(Xfailbuf)) in xrdblk()
H A Dcallers.c289 if (setjmp(Sjbuf)) {
521 if (setjmp(Sjbuf)) {
644 if (setjmp(Sjbuf)) {
758 if (setjmp(Sjbuf)) {
858 if (setjmp(Sjbuf)) {
925 if (setjmp(Sjbuf)) {
1068 if (setjmp(Sjbuf)) {
1169 if (setjmp(Sjbuf)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pmap.c125 if (setjmp(xdr_err)) {
200 if (setjmp(xdr_err)) {
281 if (setjmp(xdr_err)) { in sum_pmaplist()
304 if (setjmp(xdr_err)) { in show_pmaplist()
413 if (setjmp(xdr_err)) {
515 if (setjmp(xdr_err)) {
617 if (setjmp(xdr_err)) { in sum_rpcblist()
643 if (setjmp(xdr_err)) { in show_rpcblist()
677 if (setjmp(xdr_err)) { in sum_rpcb_entry_list()
705 if (setjmp(xdr_err)) { in show_rpcb_entry_list()
H A Dsnoop_mount.c108 if (setjmp(xdr_err)) {
188 if (setjmp(xdr_err)) {
447 if (setjmp(xdr_err)) { in sum_exports()
471 if (setjmp(xdr_err)) { in detail_exports()
495 if (setjmp(xdr_err)) { in sum_mounts()
517 if (setjmp(xdr_err)) { in detail_mounts()
H A Dsnoop_nis.c135 if (setjmp(xdr_err)) { in interpret_nisbind()
189 if (setjmp(xdr_err)) { in interpret_nisbind()
254 if (setjmp(xdr_err)) { in interpret_nis()
386 if (setjmp(xdr_err)) { in interpret_nis()
594 if (setjmp(xdr_err)) { in sum_ypmaplist()
613 if (setjmp(xdr_err)) { in detail_ypmaplist()
H A Dsnoop_rquota.c78 if (setjmp(xdr_err)) {
110 if (setjmp(xdr_err)) {
H A Dsnoop_nlm.c159 if (setjmp(xdr_err)) {
250 if (setjmp(xdr_err)) {
532 if (setjmp(xdr_err)) {
590 if (setjmp(xdr_err)) {
814 if (setjmp(xdr_err)) {
934 if (setjmp(xdr_err)) {
H A Dsnoop_rstat.c75 if (setjmp(xdr_err)) {
96 if (setjmp(xdr_err)) {
H A Dsnoop_bparam.c78 if (setjmp(xdr_err)) {
133 if (setjmp(xdr_err)) {
/illumos-gate/usr/src/cmd/mdb/intel/amd64/libstand/
H A Dsetjmp.S55 setjmp(jmp_buf env)
68 ENTRY(setjmp) function
82 SET_SIZE(setjmp)
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dsetjmp.S32 / setjmp(env)
48 ANSI_PRAGMA_WEAK(setjmp,function)
51 ENTRY(setjmp) function
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dsetjmp.S53 ANSI_PRAGMA_WEAK(setjmp,function)
56 ENTRY(setjmp) function
76 SET_SIZE(setjmp)
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dsetjmp1 /* : : generated from contrib/ast/src/cmd/ksh93/features/setjmp by iffe version 2012-07-17 : : */
13 #define _hdr_setjmp 1 /* #include <setjmp.h> ok */
22 # define sigsetjmp(a,b) setjmp(a)
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dsetjmp1 /* : : generated from contrib/ast/src/cmd/ksh93/features/setjmp by iffe version 2012-07-17 : : */
13 #define _hdr_setjmp 1 /* #include <setjmp.h> ok */
22 # define sigsetjmp(a,b) setjmp(a)
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dsetjmp1 /* : : generated from contrib/ast/src/cmd/ksh93/features/setjmp by iffe version 2012-07-17 : : */
13 #define _hdr_setjmp 1 /* #include <setjmp.h> ok */
22 # define sigsetjmp(a,b) setjmp(a)
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dsetjmp1 /* : : generated from contrib/ast/src/cmd/ksh93/features/setjmp by iffe version 2012-07-17 : : */
13 #define _hdr_setjmp 1 /* #include <setjmp.h> ok */
22 # define sigsetjmp(a,b) setjmp(a)
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsetjmp.S47 ENTRY_NP(setjmp) function
52 SET_SIZE(setjmp)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dsetjmp2 typ sigjmp_buf setjmp.h
11 # define sigsetjmp(a,b) setjmp(a)
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpusg.h82 #undef setjmp
83 #define setjmp(b) sigsetjmp((b), 1) macro
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsetjmp.S34 ANSI_PRAGMA_WEAK(setjmp,function)
55 ENTRY(setjmp) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.S34 ANSI_PRAGMA_WEAK(setjmp,function)
55 ENTRY(setjmp) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dmain.c270 if (setjmp(toplevel) != 0) in main()
277 (void) setjmp(toplevel); in main()

12345678