Home
last modified time | relevance | path

Searched refs:caught (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/exect/
HDt_exect.c45 static volatile sig_atomic_t caught = 0; variable
53 ++caught; in sigtrap_handler()
70 if (!caught) in ATF_TC_BODY()
81 ATF_REQUIRE_EQ_MSG(caught, 1, "expected caught (1) != received (%d)", in ATF_TC_BODY()
82 (int)caught); in ATF_TC_BODY()
/freebsd-13-stable/sys/contrib/libsodium/test/default/
HDsecretbox8.c16 int caught; in main() local
24 caught = 0; in main()
25 while (caught < 10) { in main()
36 ++caught; in main()
HDsodium_utils3.exp1 Intentional segfault / bus error caught
HDsodium_utils2.exp2 Intentional segfault / bus error caught
/freebsd-13-stable/tools/regression/pthread/unwind/
HDcatch_pthread_exit.cpp7 static int caught; variable
15 caught = 1; in thr_routine()
29 if (caught) in main()
/freebsd-13-stable/sys/contrib/libsodium/m4/
HDax_check_catchable_abrt.m47 # Check whether SIGABRT can be caught using signal handlers.
14 AC_CACHE_CHECK([whether SIGABRT can be caught when using the _AC_LANG compiler], CACHEVAR, [
53 … [AC_DEFINE([HAVE_CATCHABLE_ABRT], [1], [Define if SIGABRT can be caught using signal handlers])],
54 [AC_MSG_WARN([On this platform, SIGABRT cannot be caught using signal handlers.])]
HDax_check_catchable_segv.m47 # Check whether segmentation violations can be caught using signal handlers.
14 …AC_CACHE_CHECK([whether segmentation violations can be caught when using the _AC_LANG compiler], C…
38 …[AC_DEFINE([HAVE_CATCHABLE_SEGV], [1], [Define if segmentation violations can be caught using sign…
39 …[AC_MSG_WARN([On this platform, segmentation violations cannot be caught using signal handlers. Th…
/freebsd-13-stable/sbin/dump/
HDtape.c116 static volatile sig_atomic_t caught; /* have we caught the signal to proceed? */ variable
696 caught++; in proceed()
714 caught = 1; in create_workers()
716 caught = 0; in create_workers()
803 if (!caught) in worker()
807 caught = 0; in worker()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyInstrControl.td135 // $ehpad is the EH pad where the exception to rethrow has been caught.
139 // Region within which an exception is caught: try / end_try
/freebsd-13-stable/contrib/netbsd-tests/bin/ps/
HDkeywords29 caught sigcatch ALIAS
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
HDsys_term.c1682 static int caught=0; /* NZ when signal intercepted */ variable
1689 caught = 1;
1721 while (caught == 0) { in utmp_sig_wait()
/freebsd-13-stable/contrib/libcxxrt/
HDexception.cc187 caught, enumerator
1315 ti->foreign_exception_state = __cxa_thread_info::caught;
/freebsd-13-stable/contrib/dialog/
HDutil.c2202 int caught = 0; in dlg_will_resize() local
2210 ++caught; in dlg_will_resize()
2218 1 + caught, in dlg_will_resize()
2219 caught == 1 ? "" : "s"); in dlg_will_resize()
/freebsd-13-stable/bin/sh/
HDTOUR268 is caught, the routine "onsig" sets a flag. The routine dotrap
270 When an interrupt is caught and no trap has been set for that
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicsWebAssembly.td139 // wasm.catch returns the pointer to the exception object caught by wasm 'catch'
/freebsd-13-stable/share/examples/diskless/
HDREADME.TEMPLATING187 for weeks or months before they are caught.
/freebsd-13-stable/contrib/unbound/doc/
HDrequirements.txt135 or the information withheld. All of these alterations can be caught by
/freebsd-13-stable/contrib/libevent/
HDChangeLog-1.4164 …o Make kqueue have the same behavior as other backends when a signal is caught between event_add()…
/freebsd-13-stable/contrib/ntp/sntp/libevent/
HDChangeLog-1.4164 …o Make kqueue have the same behavior as other backends when a signal is caught between event_add()…
/freebsd-13-stable/sys/contrib/openzfs/contrib/initramfs/scripts/
HDzfs808 # which will be caught later
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDistream753 // according to the spec, exceptions here are caught but not rethrown
/freebsd-13-stable/contrib/tzdata/
HDafrica53 # Murray's suggestion seems to have caught on in news reports and the like.
62 # 'EAT' seems to have caught on and is in current timestamps, and though
/freebsd-13-stable/contrib/bc/
HDNEWS.md266 everything under Valgrind (or so I thought), it caught nothing, and I thought it
1222 I caught this, but only after I stopped being cocky. You see, sometime later, I
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrP10.td1299 // If the PPCmatpcreladdr node is not caught by any other pattern it should be
1300 // caught here and turned into a paddi instruction to materialize the address.
/freebsd-13-stable/contrib/file/magic/Magdir/
HDlinux321 # This also matches new kernels, which were caught above by "HdrS".

12