/freebsd/contrib/netbsd-tests/lib/libc/gen/exect/ |
H A 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/sys/contrib/libsodium/test/default/ |
H A D | secretbox8.c | 16 int caught; in main() local 24 caught = 0; in main() 25 while (caught < 10) { in main() 36 ++caught; in main()
|
H A D | sodium_utils3.exp | 1 Intentional segfault / bus error caught
|
H A D | sodium_utils2.exp | 2 Intentional segfault / bus error caught
|
/freebsd/sys/contrib/libsodium/m4/ |
H A 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.])]
|
H A 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/tools/regression/pthread/unwind/ |
H A D | catch_pthread_exit.cpp | 7 static int caught; variable 15 caught = 1; in thr_routine() 29 if (caught) in main()
|
/freebsd/sbin/dump/ |
H A D | tape.c | 110 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/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrControl.td | 135 // $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/contrib/netbsd-tests/bin/ps/ |
H A D | keywords | 29 caught sigcatch ALIAS
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.builtin | 66 grep 'too many arg' foo >/dev/null || echo 'T.bad: too many args not caught'
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A 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/contrib/libcxxrt/ |
H A D | exception.cc | 187 caught, enumerator 1321 ti->foreign_exception_state = __cxa_thread_info::caught;
|
/freebsd/contrib/dialog/ |
H A D | util.c | 2449 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/bin/sh/ |
H A D | TOUR | 267 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/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsWebAssembly.td | 139 // wasm.catch returns the pointer to the exception object caught by wasm 'catch'
|
/freebsd/contrib/unbound/doc/ |
H A D | requirements.txt | 135 or the information withheld. All of these alterations can be caught by
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog-1.4 | 164 …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 D | linux | 164 # This also matches new kernels, which were caught above by "HdrS".
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog-1.4 | 164 …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 D | zfs | 837 # which will be caught later
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | istream | 753 // according to the spec, exceptions here are caught but not rethrown
|
/freebsd/contrib/tzdata/ |
H A D | africa | 53 # 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/bc/ |
H A D | NEWS.md | 266 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/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrP10.td | 1299 // 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.
|