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

/sendmail/include/sm/
H A Dsetjmp.h9 * $Id: setjmp.h,v 1.4 2013-11-22 20:51:31 ca Exp $
16 # include <setjmp.h>
19 ** sm_setjmp_sig is a setjmp that saves the signal mask.
20 ** sm_setjmp_nosig is a setjmp that does *not* save the signal mask.
25 ** setjmp and _setjmp, which are just as good.
39 # define sm_setjmp_sig(buf) setjmp(buf)
H A Dexc.h20 #include <sm/setjmp.h>
H A Dconf.h2613 # define USE_SIGLONGJMP 0 /* assume setjmp handles signals properly */
2974 ** SVr4 and similar systems use different routines for setjmp/longjmp
2983 # ifdef setjmp
2984 # undef setjmp macro
2985 # endif /* setjmp */
2986 # define setjmp(env) sigsetjmp(env, 1) macro
/sendmail/libsm/
H A Dfpos.c18 #include <setjmp.h>
33 ** Returns flow of control to where setjmp(TellTimeOut) was set.
42 ** returns flow of control to setjmp(TellTimeOut).
107 if (setjmp(TellTimeOut) != 0)
H A Dfclose.c20 #include <setjmp.h>
35 ** Returns flow of control to where setjmp(CloseTimeOut) was set.
44 ** returns flow of control to setjmp(CloseTimeOut).
125 if (setjmp(CloseTimeOut) != 0)
H A Dfopen.c18 #include <setjmp.h>
36 ** Returns flow of control to where setjmp(OpenTimeOut) was set.
45 ** returns flow of control to setjmp(OpenTimeOut).
62 ** Returns flow of control to where setjmp(ReopenTimeOut) was set.
71 ** returns flow of control to setjmp(ReopenTimeOut).
140 if (setjmp(OpenTimeOut) != 0)
257 if (setjmp(ReopenTimeOut) != 0)
H A Dfflush.c25 #include <sm/setjmp.h>
H A Dutil.c14 #include <sm/setjmp.h>
H A Dfseek.c22 #include <setjmp.h>
38 ** Returns flow of control to where setjmp(SeekTimeOut) was set.
47 ** returns flow of control to setjmp(SeekTimeOut).
120 if (setjmp(SeekTimeOut) != 0) \
H A Ddebug.c24 #include <setjmp.h>
H A Drefill.c20 #include <setjmp.h>
H A Dvfscanf.c21 #include <setjmp.h>
70 ** Returns flow of control to where setjmp(ScanTimeOut) was set.
79 ** returns flow of control to setjmp(ScanTimeOut).
151 if (setjmp(ScanTimeOut) != 0)
H A Dfvwrite.c24 #include <sm/setjmp.h>
H A Dstdio.c27 #include <sm/setjmp.h>
H A Dmbdb.c19 #include <setjmp.h>
H A Dldap.c19 # include <setjmp.h>
125 if (setjmp(LDAPTimeout) != 0) \
/sendmail/sendmail/
H A Dcontrol.c280 if (setjmp(CtxControlTimeout) != 0)
H A Ddaemon.c2653 if (setjmp(CtxConnectTimeout) == 0)
3591 if (setjmp(CtxAuthTimeout) != 0)
H A Drecipient.c1572 if (setjmp(CtxIncludeTimeout) != 0)
H A Ddeliver.c3897 if (setjmp(EndWaitTimeout) == 0)
5272 if (setjmp(CtxMailfileTimeout) != 0)
H A Dsendmail.h37 #include <setjmp.h>
H A Dmap.c5035 if (setjmp(PHTimeout) != 0)
5111 if (setjmp(PHTimeout) != 0)
H A Dmilter.c1090 if (setjmp(MilterConnectTimeout) == 0)

Completed in 901 milliseconds