Home
last modified time | relevance | path

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

1234

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/exect/
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-12-stable/sys/contrib/libsodium/test/default/
Dsecretbox8.c16 int caught; in main() local
24 caught = 0; in main()
25 while (caught < 10) { in main()
36 ++caught; in main()
Dsodium_utils3.exp1 Intentional segfault / bus error caught
Dsodium_utils2.exp2 Intentional segfault / bus error caught
/freebsd-12-stable/contrib/gdb/gdb/
Dtop.c397 int caught; in catcher() local
427 caught = SIGSETJMP (catch); in catcher()
428 if (!caught) in catcher()
464 if (!caught || (mask & RETURN_MASK (caught))) in catcher()
467 *func_caught = caught; in catcher()
474 throw_exception (caught); in catcher()
485 enum return_reason caught; in catch_exceptions() local
486 catcher (func, uiout, func_args, &val, &caught, errstring, NULL, mask); in catch_exceptions()
488 gdb_assert (caught <= 0); in catch_exceptions()
489 if (caught < 0) in catch_exceptions()
[all …]
DMAINTAINERS436 Folks that have been caught up in a paper trail:
/freebsd-12-stable/sys/contrib/libsodium/m4/
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.])]
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-12-stable/tools/regression/pthread/unwind/
Dcatch_pthread_exit.cpp8 static int caught; variable
16 caught = 1; in thr_routine()
30 if (caught) in main()
/freebsd-12-stable/sbin/dump/
Dtape.c117 static volatile sig_atomic_t caught; /* have we caught the signal to proceed? */ variable
698 caught++; in proceed()
716 caught = 1; in enslave()
718 caught = 0; in enslave()
805 if (!caught) in doslave()
809 caught = 0; in doslave()
/freebsd-12-stable/contrib/gcc/
Dstab.def107 was caught. Multiple CAUGHT stabs means that multiple exceptions
108 can be caught here. If Desc is 0, it means all exceptions are caught
/freebsd-12-stable/contrib/binutils/include/aout/
Dstab.def118 was caught. Multiple CAUGHT stabs means that multiple exceptions
119 can be caught here. If Desc is 0, it means all exceptions are caught
/freebsd-12-stable/contrib/netbsd-tests/bin/ps/
Dkeywords29 caught sigcatch ALIAS
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
Dsys_term.c1682 static int caught=0; /* NZ when signal intercepted */ variable
1689 caught = 1;
1721 while (caught == 0) { in utmp_sig_wait()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DIntrinsicsWebAssembly.td65 // wasm.catch returns the pointer to the exception object caught by wasm 'catch'
/freebsd-12-stable/contrib/libcxxrt/
Dexception.cc184 caught, enumerator
1292 ti->foreign_exception_state = __cxa_thread_info::caught;
/freebsd-12-stable/contrib/libstdc++/libsupc++/
Dtypeinfo110 // caught type in THR_OBJ. If THR_TYPE is not a pointer type, then
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td142 // Region within which an exception is caught: try / end_try
/freebsd-12-stable/bin/sh/
DTOUR269 is caught, the routine "onsig" sets a flag. The routine dotrap
271 When an interrupt is caught and no trap has been set for that
/freebsd-12-stable/share/examples/diskless/
DREADME.TEMPLATING187 for weeks or months before they are caught.
/freebsd-12-stable/contrib/gperf/doc/
Dconfigure1460 echo "$as_me: caught signal $ac_signal"
/freebsd-12-stable/contrib/gperf/
Dconfigure1457 echo "$as_me: caught signal $ac_signal"
/freebsd-12-stable/contrib/unbound/doc/
Drequirements.txt135 or the information withheld. All of these alterations can be caught by
/freebsd-12-stable/contrib/file/magic/Magdir/
Dlinux164 # This also matches new kernels, which were caught above by "HdrS".
/freebsd-12-stable/contrib/ntp/sntp/libevent/
DChangeLog-1.4164 …o Make kqueue have the same behavior as other backends when a signal is caught between event_add()…

1234