| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| terminate.cc | 32 * Stub implementation of std::terminate. Used when the STL implementation 36 void terminate() function in namespace:std
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| eh_unex_handler.cc | 28 std::unexpected_handler __cxxabiv1::__unexpected_handler = std::terminate;
|
| pure.cc | 50 std::terminate (); 57 std::terminate ();
|
| eh_terminate.cc | 1 // -*- C++ -*- std::terminate, std::unexpected and friends. 56 std::terminate () throw() function in class:std 66 std::terminate (); 109 func = std::terminate;
|
| eh_arm.cc | 121 std::terminate (); 140 std::terminate();
|
| eh_call.cc | 1 // -*- C++ -*- Helpers for calling unextected and terminate 36 // terminate. 44 // terminate is classed as a catch handler. 47 // Call the terminate handler that was in effect when we threw this 58 std::terminate(); 118 std::terminate();
|
| eh_catch.cc | 50 // empty, then fine. Otherwise we really have no choice but to terminate. 56 std::terminate (); 130 std::terminate ();
|
| eh_throw.cc | 96 // Some sort of unwinding error. Note that terminate is a handler. 98 std::terminate (); 133 // Some sort of unwinding error. Note that terminate is a handler. 136 std::terminate ();
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| barrier.c | 59 terminate("%s: pthread_mutex_init(bar_lock)", __func__); 62 terminate("%s: sema_init(bar_sem)", __func__); 65 terminate("%s: dispatch_semaphore_create()\n", __func__); 68 terminate("%s: sem_init(bar_sem)", __func__); 82 terminate("%s: pthread_mutex_lock(bar_lock)", __func__); 86 terminate("%s: pthread_mutex_unlock(bar_lock)", 90 terminate("%s: sema_wait(bar_sem)", __func__); 93 terminate("%s: dispatch_semaphore_wait(bar_sem) = %ld\n", 97 terminate("%s: sem_wait(bar_sem)", __func__); 110 terminate("%s: sema_post(bar_sem)", __func__) [all...] |
| compare.c | 78 terminate("%s doesn't have stabs or CTF\n", stabname); 81 terminate("%s doesn't contain CTF data\n", ctfname); 88 terminate("%s grew by %d\n", stabname, new);
|
| ctfmerge.c | 377 terminate("%s: pthread_mutex_lock(wq_donequeue_lock)", 382 terminate("%s: pthread_cond_wait(wip_cv,wq_donequeue_lock)", 391 terminate("%s: pthread_cond_signal(wq_wip[%d].wip_cv)", 399 terminate("%s: pthread_mutex_unlock(wq_donequeue_lock)", 430 terminate("%s: pthread_mutex_lock(wq_queue_lock)", 436 terminate("%s: pthread_cond_broadcast(wq_work_avail)", 439 terminate("%s: pthread_mutex_unlock(wq_queue_lock)", 448 terminate("%s: pthread_cond_wait(wq_work_avail,wq_queue_lock)", 456 terminate("%s: pthread_cond_broadcast(wq_work_removed)", 466 terminate("%s: pthread_mutex_lock(wip_lock)", __func__) [all...] |
| ctfconvert.c | 82 terminate("Caught signal %d - exiting\n", sig); 100 terminate("failed to open %s", filename); 106 terminate("failed to read %s: %s\n", filename, 131 terminate("%s: DWARF version 1 is not supported\n", 215 terminate("Can't access %s", infile); 241 terminate("%s doesn't have type data to convert\n", infile); 262 terminate("Couldn't rename temp file %s", tmpname);
|
| util.c | 106 terminate("failed to read ELF header: %s\n", 115 terminate("unknown ELF class %d\n", ehdr.e_ident[EI_CLASS]); 142 terminate(const char *format, ...) function 196 terminate("Termination due to warning\n"); 247 terminate("%s: %s: %s\n", file, msgbuf, elf_errmsg(-1));
|
| dwarf.c | 209 terminate("tdp %u: tdesc_size on unknown type %#x\n", 249 terminate("tdp %u: tdesc_bitsize on unknown type %d\n", 282 terminate("failed to get offset for die: %s\n", 300 terminate("die %ju: failed to find type sibling: %s\n", 317 terminate("die %ju: failed to find type child: %s\n", 331 terminate("die %ju: failed to get tag for type: %s\n", 347 terminate("die %ju: no attr 0x%x\n", 355 terminate("die %ju: failed to get attribute for type: %s\n", 368 terminate("die %ju: failed to get signed: %s\n", 384 terminate("die %ju: failed to get unsigned: %s\n" [all...] |
| stabs.c | 74 terminate("Couldn't resolve type %d\n", node->t_id); 256 terminate("%s: Can't find string at %u for stab %d\n", 272 terminate("%s: GCC-generated stabs are " 321 terminate("%s: Couldn't parse stab \"%s\" "
|
| /src/external/bsd/ipf/dist/tools/ |
| ipsyncm.c | 39 int terminate = 0; variable 48 terminate = sig; 223 if (terminate) 239 if (terminate) 246 /* terminate */ 252 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
|
| ipsyncs.c | 39 int terminate = 0; variable 50 terminate = sig; 242 if (terminate) 258 if (terminate) 265 /* terminate */ 271 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
|
| ipfsyncd.c | 60 int terminate = 0; variable 79 terminate = sig; 172 while (!terminate) { 207 /* terminate */ 213 syslog(LOG_ERR, "signal %d received, exiting...", terminate); 214 debug(1, "signal %d received, exiting...", terminate); 245 while (!terminate) {
|
| /src/bin/dd/ |
| extern.h | 64 __dead void terminate(int);
|
| /src/usr.bin/xlint/xlint/ |
| xlint.c | 188 terminate(int signo) function 242 terminate(-1); 309 terminate(-1); 333 terminate(-1); 342 terminate(-1); 345 terminate(-1); 375 terminate(-1); 379 terminate(-1); 445 terminate(-1); 531 terminate(-1) [all...] |
| /src/external/bsd/atf/dist/tools/ |
| timers.cpp | 141 volatile bool& terminate) : 144 m_terminate(terminate)
|
| io.cpp | 315 impl::muxer::mux(volatile const bool& terminate) 324 while (nactive > 0 && !terminate) { 326 while (!terminate && (ret = safe_poll(poll_fds.get(), 2, 250)) == 0) {} 328 for (size_t i = 0; !terminate && i < m_nfds; i++) {
|
| /src/external/bsd/less/dist/ |
| signal.c | 139 static RETSIGTYPE terminate(int type) function 172 (void) LSIGNAL(SIGTERM, terminate);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/ |
| deh.d | 196 terminate("out of memory", __LINE__); 399 private void terminate(string msg, uint line) @nogc 407 fputs("terminate called recursively\n", stderr); 441 terminate("catch error", __LINE__); 475 terminate("uncaught exception", __LINE__); 505 terminate("uncaught exception", __LINE__); 508 terminate("unwind error", __LINE__); 592 // exceptions -- -1 means no-action, and 0 means terminate. 881 terminate("unwind error", __LINE__); 930 terminate("unwind error", __LINE__) [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdcpp/ |
| exception.d | 35 void terminate() nothrow;
|