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

1234567

/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq.c446 # define LONGJMP(x, v) longjmp((x),(v))
/freebsd-12-stable/contrib/one-true-awk/
H A Drun.c362 longjmp(env, 1);
/freebsd-12-stable/contrib/gcc/
H A Dprotoize.c2728 longjmp (source_confusion_recovery, 1);
/freebsd-12-stable/sbin/fsck_ffs/
H A Dsuj.c188 longjmp(jmpbuf, -1);
/freebsd-12-stable/usr.sbin/moused/
H A Dmoused.c1351 longjmp(env, 1);
/freebsd-12-stable/contrib/sendmail/src/
H A Ddeliver.c4030 longjmp(EndWaitTimeout, 1);
5927 longjmp(CtxMailfileTimeout, 1);
H A Dmilter.c1208 longjmp(MilterConnectTimeout, 1);
H A Dmap.c5386 longjmp(PHTimeout, 1);
/freebsd-12-stable/contrib/libpcap/
H A Dgencode.c271 * As errors are handled by a longjmp, anything allocated must
272 * be freed in the longjmp handler, so it must be reachable
460 longjmp(cstate->top_ctx, 1);
633 longjmp(cstate->top_ctx, 1);
651 * This is used by the lexical analyzer, so it can't longjmp; it just
7685 * a might be clobbered by longjmp - yeah, it might, but *WHO CARES*?
7715 * a0 might be clobbered by longjmp - yeah, it might, but *WHO CARES*?
9016 * label_num might be clobbered by longjmp - yeah, it might, but *WHO CARES*?
9766 * jvalue might be clobbered by longjmp - yeah, it might, but *WHO CARES*?
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp530 Printf("ThreadSanitizer: can't find longjmp buf\n");
612 #define longjmp_symname longjmp
617 // Note: if we call REAL(longjmp) in the context of ScopedInterceptor,
/freebsd-12-stable/contrib/binutils/opcodes/
H A Di386-dis.c194 longjmp (priv->bailout, 1);
/freebsd-12-stable/sys/contrib/x86emu/
H A Dx86emu.c284 longjmp(emu->exec_state, 1);

Completed in 728 milliseconds

1234567