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

123

/freebsd-9.3-release/contrib/libcxxrt/
H A Dterminate.cc32 * Stub implementation of std::terminate. Used when the STL implementation
36 void terminate() function in namespace:std
/freebsd-9.3-release/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 ();
/freebsd-9.3-release/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.c204 terminate("tdp %u: tdesc_size on unknown type %d\n",
240 terminate("tdp %u: tdesc_bitsize on unknown type %d\n",
273 terminate("failed to get offset for die: %s\n",
291 terminate("die %llu: failed to find type sibling: %s\n",
308 terminate("die %llu: failed to find type child: %s\n",
322 terminate("die %llu: failed to get tag for type: %s\n",
338 terminate("die %llu: no attr 0x%x\n", die_off(dw, die),
345 terminate("die %llu: failed to get attribute for type: %s\n",
358 terminate("die %llu: failed to get signed: %s\n",
373 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);
H A Dinput.c99 terminate("Input file %s was partially built from "
164 terminate("%s: Unknown elf kind %d\n",
197 terminate("%s: Cannot open for reading", file);
213 terminate("%s: Unknown elf kind %d\n", file, elf_kind(elf));
/freebsd-9.3-release/usr.bin/pr/
H A Dextern.h59 void terminate(int);
/freebsd-9.3-release/lib/libcxxrt/
H A DMakefile13 terminate.cc\
/freebsd-9.3-release/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);
357 if (signal(SIGHUP, terminate) == SIG_IGN)
359 (void)signal(SIGINT, terminate);
360 (void)signal(SIGQUIT, terminate);
361 (void)signal(SIGTERM, terminate);
556 terminate(0);
575 terminate(
[all...]
/freebsd-9.3-release/bin/dd/
H A Dextern.h47 void terminate(int);
H A Dmisc.c96 terminate(int sig) function
/freebsd-9.3-release/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);
/freebsd-9.3-release/contrib/libc++/src/
H A Dexception.cpp27 // shared library. The globals holding the current terminate handler and
67 terminate();
85 terminate() _NOEXCEPT
260 terminate();
293 // if p.__ptr_ is NULL, above returns so we terminate
294 terminate();
/freebsd-9.3-release/usr.sbin/daemon/
H A Ddaemon.c240 int terminate, signo; local
242 terminate = 0;
254 return (terminate);
256 terminate = 1;

Completed in 128 milliseconds

123