Searched refs:terminate (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_unex_handler.cc33 std::unexpected_handler __cxxabiv1::__unexpected_handler = std::terminate;
H A Deh_terminate.cc1 // -*- C++ -*- std::terminate, std::unexpected and friends.
51 std::terminate () function in class:std
60 std::terminate ();
H A Dpure.cc55 std::terminate ();
H A Deh_arm.cc112 std::terminate ();
131 std::terminate();
H A Deh_catch.cc55 // empty, then fine. Otherwise we really have no choice but to terminate.
61 std::terminate ();
132 std::terminate ();
H A Deh_throw.cc74 // Some sort of unwinding error. Note that terminate is a handler.
76 std::terminate ();
106 // Some sort of unwinding error. Note that terminate is a handler.
109 std::terminate ();
H A Deh_call.cc1 // -*- C++ -*- Helpers for calling unextected and terminate
41 // terminate.
49 // terminate is classed as a catch handler.
52 // Call the terminate handler that was in effect when we threw this
63 std::terminate();
122 std::terminate();
H A Deh_alloc.cc136 std::terminate ();
H A Deh_globals.cc139 std::terminate();
/freebsd-11-stable/contrib/libcxxrt/
H A Dterminate.cc32 * Stub implementation of std::terminate. Used when the STL implementation
36 void terminate() function in namespace:std
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dcompare.c78 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);
H A Dctfconvert.c78 terminate("Caught signal %d - exiting\n", sig);
96 terminate("failed to open %s", filename);
102 terminate("failed to read %s: %s\n", filename,
127 terminate("%s: DWARF version 1 is not supported\n",
211 terminate("Can't access %s", infile);
237 terminate("%s doesn't have type data to convert\n", infile);
258 terminate("Couldn't rename temp file %s", tmpname);
H A Dutil.c102 terminate("failed to read ELF header: %s\n",
111 terminate("unknown ELF class %d\n", ehdr.e_ident[EI_CLASS]);
138 terminate(const char *format, ...) function
192 terminate("Termination due to warning\n");
243 terminate("%s: %s: %s\n", file, msgbuf, elf_errmsg(-1));
H A Ddwarf.c201 terminate("tdp %u: tdesc_size on unknown type %d\n",
237 terminate("tdp %u: tdesc_bitsize on unknown type %d\n",
270 terminate("failed to get offset for die: %s\n",
288 terminate("die %llu: failed to find type sibling: %s\n",
305 terminate("die %llu: failed to find type child: %s\n",
319 terminate("die %llu: failed to get tag for type: %s\n",
335 terminate("die %llu: no attr 0x%x\n", die_off(dw, die),
342 terminate("die %llu: failed to get attribute for type: %s\n",
355 terminate("die %llu: failed to get signed: %s\n",
370 terminate("di
[all...]
H A Dstabs.c70 terminate("Couldn't resolve type %d\n", node->t_id);
252 terminate("%s: Can't find string at %u for stab %d\n",
268 terminate("%s: GCC-generated stabs are "
317 terminate("%s: Couldn't parse stab \"%s\" "
H A Dctfmerge.c592 terminate("Caught signal %d - exiting\n", sig);
620 terminate("No CTF data found in source file %s\n", srcfile);
625 terminate("Couldn't rename temp file %s to %s", tmpname,
866 terminate("Cannot open output file %s for r/w", outfile);
899 terminate("Some input files were inaccessible\n");
921 terminate("No ctf sections found to merge\n");
968 terminate("No CTF data found in reference file %s\n",
975 terminate("No room for additional types in master\n");
1020 terminate("Couldn't rename output temp file %s", tmpname);
/freebsd-11-stable/usr.bin/pr/
H A Dextern.h61 void terminate(int);
/freebsd-11-stable/lib/libcxxrt/
H A DMakefile14 terminate.cc\
/freebsd-11-stable/usr.bin/xlint/xlint/
H A Dxlint.c135 static void terminate(int) __attribute__((__noreturn__));
234 terminate(int signo) function
299 terminate(-1);
324 terminate(-1);
360 if (signal(SIGHUP, terminate) == SIG_IGN)
362 (void)signal(SIGINT, terminate);
363 (void)signal(SIGQUIT, terminate);
364 (void)signal(SIGTERM, terminate);
566 terminate(0);
585 terminate(
[all...]
/freebsd-11-stable/bin/dd/
H A Dextern.h50 void terminate(int);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipsyncm.c39 int terminate = 0; variable
48 terminate = sig;
223 if (terminate)
239 if (terminate)
246 /* terminate */
252 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
H A Dipsyncs.c39 int terminate = 0; variable
50 terminate = sig;
242 if (terminate)
258 if (terminate)
265 /* terminate */
271 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
H A Dipfsyncd.c58 int terminate = 0; variable
77 terminate = sig;
170 while (!terminate) {
205 /* terminate */
211 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
212 debug(1, "signal %d received, exiting...", terminate);
243 while (!terminate) {
/freebsd-11-stable/contrib/less/
H A Dsignal.c145 terminate(type) function
181 (void) LSIGNAL(SIGTERM, terminate);
/freebsd-11-stable/usr.sbin/daemon/
H A Ddaemon.c77 static volatile sig_atomic_t terminate = 0, child_gone = 0, pid = 0; variable
337 } else if (terminate) {
354 while (!terminate && !child_gone)
366 if (restart && !terminate) {
472 /* Always NUL-terminate just in case. */
540 terminate = 1;

Completed in 226 milliseconds

1234