| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/exect/ |
| D | t_exect.c | 45 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/ |
| D | secretbox8.c | 16 int caught; in main() local 24 caught = 0; in main() 25 while (caught < 10) { in main() 36 ++caught; in main()
|
| D | sodium_utils3.exp | 1 Intentional segfault / bus error caught
|
| D | sodium_utils2.exp | 2 Intentional segfault / bus error caught
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | top.c | 397 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 …]
|
| D | MAINTAINERS | 436 Folks that have been caught up in a paper trail:
|
| /freebsd-12-stable/sys/contrib/libsodium/m4/ |
| D | ax_check_catchable_abrt.m4 | 7 # 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.])]
|
| D | ax_check_catchable_segv.m4 | 7 # 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/ |
| D | catch_pthread_exit.cpp | 8 static int caught; variable 16 caught = 1; in thr_routine() 30 if (caught) in main()
|
| /freebsd-12-stable/sbin/dump/ |
| D | tape.c | 117 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/ |
| D | stab.def | 107 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/ |
| D | stab.def | 118 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/ |
| D | keywords | 29 caught sigcatch ALIAS
|
| /freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/ |
| D | sys_term.c | 1682 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/ |
| D | IntrinsicsWebAssembly.td | 65 // wasm.catch returns the pointer to the exception object caught by wasm 'catch'
|
| /freebsd-12-stable/contrib/libcxxrt/ |
| D | exception.cc | 184 caught, enumerator 1292 ti->foreign_exception_state = __cxa_thread_info::caught;
|
| /freebsd-12-stable/contrib/libstdc++/libsupc++/ |
| D | typeinfo | 110 // caught type in THR_OBJ. If THR_TYPE is not a pointer type, then
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyInstrControl.td | 142 // Region within which an exception is caught: try / end_try
|
| /freebsd-12-stable/bin/sh/ |
| D | TOUR | 269 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/ |
| D | README.TEMPLATING | 187 for weeks or months before they are caught.
|
| /freebsd-12-stable/contrib/gperf/doc/ |
| D | configure | 1460 echo "$as_me: caught signal $ac_signal"
|
| /freebsd-12-stable/contrib/gperf/ |
| D | configure | 1457 echo "$as_me: caught signal $ac_signal"
|
| /freebsd-12-stable/contrib/unbound/doc/ |
| D | requirements.txt | 135 or the information withheld. All of these alterations can be caught by
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | linux | 164 # This also matches new kernels, which were caught above by "HdrS".
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| D | ChangeLog-1.4 | 164 …o Make kqueue have the same behavior as other backends when a signal is caught between event_add()…
|