Searched refs:longjmp (Results 101 - 125 of 162) sorted by relevance

1234567

/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dconf.h3016 ** SVr4 and similar systems use different routines for setjmp/longjmp
3029 # ifdef longjmp
3030 # undef longjmp macro
3032 # define longjmp(env, val) siglongjmp(env, val) macro
/freebsd-12-stable/sys/mips/mips/
H A Dsupport.S842 LEAF(longjmp)
858 li v0, 1 # longjmp return
859 END(longjmp)
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dvfscanf.c91 longjmp(ScanTimeOut, 1);
/freebsd-12-stable/contrib/amd/fixmount/
H A Dfixmount.c472 longjmp(before_rpc, 1);
/freebsd-12-stable/crypto/heimdal/kadmin/
H A Dutil.c576 longjmp(jmpbuf, 1);
/freebsd-12-stable/libexec/tftpd/
H A Dtftp-io.c388 longjmp(timeoutbuf, 1);
/freebsd-12-stable/stand/libsa/
H A Dstand.h313 #define longjmp _longjmp macro
/freebsd-12-stable/sbin/shutdown/
H A Dshutdown.c355 longjmp(alarmbuf, 1);
/freebsd-12-stable/usr.bin/tip/tip/
H A Dtip.c379 longjmp(promptbuf, 1);
H A Dcmds.c694 longjmp(intbuf, 1);
/freebsd-12-stable/contrib/ntp/sntp/unity/
H A Dunity.c9 #define UNITY_FAIL_AND_BAIL { Unity.CurrentTestFailed = 1; longjmp(Unity.AbortFrame, 1); }
10 #define UNITY_IGNORE_AND_BAIL { Unity.CurrentTestIgnored = 1; longjmp(Unity.AbortFrame, 1); }
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Dconfig.c162 # define ERRNEXT() (longjmp(errjmp[--errstk], 1))
163 # define ERR() (longjmp(errjmp[--errstk], 1))
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dsupport.S803 ENTRY(longjmp)
819 2: PANIC("longjmp botch", %l1)
820 END(longjmp)
/freebsd-12-stable/contrib/telnet/telnet/
H A Dsys_bsd.c753 longjmp(toplevel, -1);
/freebsd-12-stable/contrib/binutils/gas/
H A Dcgen.c393 /* We rely on md_operand to longjmp back to us.
530 /* Don't longjmp if we're not called from within cgen_parse_operand(). */
532 longjmp (expr_jmp_buf, 1);
/freebsd-12-stable/contrib/flex/
H A Dflexdef.h1136 /* For setjmp/longjmp (instead of calling exit(2)). Linkage in main.c */
1139 #define FLEX_EXIT(status) longjmp(flex_main_jmp_buf,(status)+1)
/freebsd-12-stable/sys/sys/
H A Dsystm.h216 void longjmp(struct _jmp_buf *, int) __dead2;
/freebsd-12-stable/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c742 longjmp(jmpbuf, signo);
/freebsd-12-stable/sbin/dump/
H A Dtape.c697 longjmp(jmpbuf, 1);
/freebsd-12-stable/usr.bin/login/
H A Dlogin.c904 longjmp(timeout_buf, signo);
/freebsd-12-stable/usr.bin/msgs/
H A Dmsgs.c715 longjmp(tstpbuf, 0);
/freebsd-12-stable/usr.sbin/bhyveload/
H A Dbhyveload.c597 longjmp(jb, 1);
/freebsd-12-stable/usr.sbin/pppctl/
H A Dpppctl.c231 longjmp(pppdead, -1);
/freebsd-12-stable/usr.sbin/timed/timed/
H A Dslave.c112 longjmp(jmpenv, 1);
/freebsd-12-stable/lib/libc/gen/
H A DMakefile.inc493 setjmp.3 longjmp.3 \

Completed in 309 milliseconds

1234567