| /freebsd-14.2/tools/tools/kdrv/ |
| H A D | KernelDriver | 564 catch {unset Drv}; 603 catch {unset Drv}; 1004 if {[catch {set drv [findDrvFile $hint]} msg]} { 1016 if {[catch {readDrvFile $drv} msg]} { 1026 if {[catch {installDrvFiles $drvdir $kpath} msg]} { 1032 if {[catch {registerDrvFiles $kpath} msg]} { 1047 if {[catch {findInstalledDrv $drv $kpath} msg]} { 1051 if {[catch {validateDrvRemoval $kpath} msg]} { 1055 if {[catch {unregisterDrvFiles $kpath} msg]} { 1059 if {[catch {deleteDrvFiles $kpath} msg]} { [all …]
|
| /freebsd-14.2/sys/kern/ |
| H A D | kern_synch.c | 139 int catch, pri, rval, sleepq_flags; in _sleep() local 168 catch = priority & PCATCH; in _sleep() 178 if (catch) in _sleep() 216 if (sbt != 0 && catch) in _sleep() 220 else if (catch) in _sleep() 419 bool catch, drop; in _blockcount_sleep() local 424 catch = (prio & PCATCH) != 0; in _blockcount_sleep() 458 sleepq_add(wchan, NULL, wmesg, catch ? SLEEPQ_INTERRUPTIBLE : 0, 0); in _blockcount_sleep() 459 if (catch) in _blockcount_sleep()
|
| /freebsd-14.2/contrib/kyua/utils/config/ |
| H A D | tree.ipp | 61 } catch (const error& e) { 89 } catch (const std::bad_cast& unused_error) { 117 } catch (const std::bad_cast& unused_error) { 143 } catch (const unknown_key_error& e) { 146 } catch (const value_error& e) { 148 } catch (const std::bad_cast& unused_error) {
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | uninitialized_algorithms.h | 69 } catch (...) { in __uninitialized_copy() 99 } catch (...) { in __uninitialized_copy_n() 129 } catch (...) { in __uninitialized_fill() 157 } catch (...) { in __uninitialized_fill_n() 187 } catch (...) { in __uninitialized_default_construct() 213 } catch (...) { in __uninitialized_default_construct_n() 240 } catch (...) { in __uninitialized_value_construct() 266 } catch (...) { in __uninitialized_value_construct_n() 303 } catch (...) { in __uninitialized_move() 340 } catch (...) { in __uninitialized_move_n()
|
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | BUILD.bazel | 59 "googletest-catch-exceptions-test_.cc", 382 name = "googletest-catch-exceptions-no-ex-test_", 384 srcs = ["googletest-catch-exceptions-test_.cc"], 389 name = "googletest-catch-exceptions-ex-test_", 391 srcs = ["googletest-catch-exceptions-test_.cc"], 397 name = "googletest-catch-exceptions-test", 399 srcs = ["googletest-catch-exceptions-test.py"], 401 ":googletest-catch-exceptions-ex-test_", 402 ":googletest-catch-exceptions-no-ex-test_",
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | istream | 361 } catch (...) { 452 } catch (...) { 503 } catch (...) { 578 } catch (...) { 663 } catch (...) { 749 } catch (...) { 792 } catch (...) { 846 } catch (...) { 873 } catch (...) { 899 } catch (...) { [all …]
|
| H A D | ostream | 384 } catch (...) { 404 } catch (...) { 431 } catch (...) { 451 } catch (...) { 478 } catch (...) { 498 } catch (...) { 518 } catch (...) { 538 } catch (...) { 558 } catch (...) { 578 } catch (...) { [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_sigaction.c | 82 catch(int sig __unused) in catch() function 99 sa.sa_handler = catch; in ATF_TC_BODY()
|
| /freebsd-14.2/contrib/kyua/utils/process/ |
| H A D | child.ipp | 64 } catch (const std::runtime_error& e) { 66 } catch (...) { 96 } catch (const std::runtime_error& e) { 98 } catch (...) {
|
| /freebsd-14.2/sys/contrib/libsodium/src/libsodium/randombytes/ |
| H A D | randombytes.c | 106 } catch (e) { in randombytes_stir() 115 } catch (e) { in randombytes_stir()
|
| /freebsd-14.2/share/examples/bootforth/ |
| H A D | menu.4th | 80 ['] (boot) catch abort" Error booting" 90 ['] (reboot) catch abort" Error rebooting"
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__exception/ |
| H A D | exception_ptr.h | 98 } catch (...) { in make_exception_ptr() 105 } catch (...) { in make_exception_ptr()
|
| /freebsd-14.2/contrib/googletest/googletest/ |
| H A D | CMakeLists.txt | 273 googletest-catch-exceptions-no-ex-test_ 276 test/googletest-catch-exceptions-test_.cc) 280 googletest-catch-exceptions-ex-test_ 283 test/googletest-catch-exceptions-test_.cc) 284 py_test(googletest-catch-exceptions-test)
|
| /freebsd-14.2/sys/contrib/libsodium/dist-build/ |
| H A D | emscripten.sh | 107 } catch (err) { 112 }).catch(function () {
|
| /freebsd-14.2/stand/forth/ |
| H A D | support.4th | 751 ['] evaluate catch if 907 ['] process_assignment catch 908 ['] free_buffers catch 921 ['] process_assignment catch 922 ['] free_buffers catch 936 ['] process_conf catch 961 ['] load_conf catch dup . 1116 ['] load_conf catch 1148 ['] load_conf catch 1214 ['] load_module catch if [all …]
|
| /freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-death-test-internal.h | 201 } catch (const ::std::exception& gtest_exception) { \ 210 } catch (...) { \
|
| H A D | gtest-internal.h | 1385 catch (typename std::conditional< \ 1413 } catch (expected_exception const&) { \ 1417 catch (...) { \ 1436 catch (std::exception const& e) { \ 1458 catch (...) { \ 1475 } catch (...) { \
|
| /freebsd-14.2/bin/sh/tests/execution/ |
| H A D | bg11.0 | 6 # Use a trap, not the default action, since the shell may catch SIGINT and
|
| H A D | bg13.0 | 6 # Use a trap, not the default action, since the shell may catch SIGINT and
|
| /freebsd-14.2/sys/contrib/libsodium/test/default/ |
| H A D | pre.js.inc | 4 } catch(e) {
|
| /freebsd-14.2/tools/regression/poll/ |
| H A D | pipepoll.c | 82 catch(int sig __unused) in catch() function 283 signal(SIGUSR1, catch); in main()
|
| H A D | pipeselect.c | 53 catch(int sig) in catch() function 280 signal(SIGUSR1, catch); in main()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | error.h | 194 } catch (...) { in report() 214 } catch (...) { in report()
|
| H A D | format_string.h | 64 } catch (...) { in format_string()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrControl.td | 147 // Catching an exception: catch / catch_all 152 "catch", "catch \t$tag", 0x07>;
|