Home
last modified time | relevance | path

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

12

/freebsd/contrib/netbsd-tests/lib/libc/gen/exect/
H A Dt_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/sys/contrib/libsodium/test/default/
H A Dsecretbox8.c16 int caught; in main() local
24 caught = 0; in main()
25 while (caught < 10) { in main()
36 ++caught; in main()
H A Dsodium_utils3.exp1 Intentional segfault / bus error caught
H A Dsodium_utils2.exp2 Intentional segfault / bus error caught
/freebsd/tools/regression/pthread/unwind/
H A Dcatch_pthread_exit.cpp7 static int caught; variable
15 caught = 1; in thr_routine()
29 if (caught) in main()
/freebsd/sys/contrib/libsodium/m4/
H A Dax_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.])]
H A Dax_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/sbin/dump/
H A Dtape.c110 static volatile sig_atomic_t caught; /* have we caught the signal to proceed? */ variable
690 caught++; in proceed()
708 caught = 1; in create_workers()
710 caught = 0; in create_workers()
797 if (!caught) in worker()
801 caught = 0; in worker()
/freebsd/contrib/one-true-awk/testdir/
H A DT.builtin66 grep 'too many arg' foo >/dev/null || echo 'T.bad: too many args not caught'
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dkeywords29 caught sigcatch ALIAS
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1682 static int caught=0; /* NZ when signal intercepted */ variable
1689 caught = 1;
1721 while (caught == 0) { in utmp_sig_wait()
/freebsd/contrib/libcxxrt/
H A Dexception.cc187 caught, enumerator
1315 ti->foreign_exception_state = __cxa_thread_info::caught;
/freebsd/contrib/dialog/
H A Dutil.c2449 int caught = 0; in dlg_will_resize() local
2461 ++caught; in dlg_will_resize()
2470 1 + caught, in dlg_will_resize()
2471 caught == 1 ? "" : "s")); in dlg_will_resize()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td141 // Region within which an exception is caught: try / end_try
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsWebAssembly.td121 // wasm.catch returns the pointer to the exception object caught by wasm 'catch'
/freebsd/bin/sh/
H A DTOUR267 is caught, the routine "onsig" sets a flag. The routine dotrap
269 When an interrupt is caught and no trap has been set for that
/freebsd/contrib/unbound/doc/
H A Drequirements.txt135 or the information withheld. All of these alterations can be caught by
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-1.4164 …o Make kqueue have the same behavior as other backends when a signal is caught between event_add()…
/freebsd/contrib/file/magic/Magdir/
H A Dlinux164 # This also matches new kernels, which were caught above by "HdrS".
/freebsd/contrib/libevent/
H A DChangeLog-1.4164 …o Make kqueue have the same behavior as other backends when a signal is caught between event_add()…
/freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/
H A Dzfs838 # which will be caught later
/freebsd/contrib/tzdata/
H A Dafrica53 # 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/contrib/llvm-project/libcxx/include/
H A Distream751 // according to the spec, exceptions here are caught but not rethrown
/freebsd/contrib/bc/
H A DNEWS.md231 everything under Valgrind (or so I thought), it caught nothing, and I thought it
1187 I caught this, but only after I stopped being cocky. You see, sometime later, I
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrP10.td1326 // If the PPCmatpcreladdr node is not caught by any other pattern it should be
1327 // caught here and turned into a paddi instruction to materialize the address.

12