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

123456789

/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dcompare.c81 terminate("%s doesn't have stabs or CTF\n", stabname);
84 terminate("%s doesn't contain CTF data\n", ctfname);
91 terminate("%s grew by %d\n", stabname, new);
H A Dctfconvert.c76 terminate("Caught signal %d - exiting\n", sig);
96 terminate("failed to open %s", filename);
102 terminate("failed to read %s: %s\n", filename,
131 terminate("%s: DWARF version 1 is not supported\n",
213 terminate("Can't access %s", infile);
233 terminate("%s doesn't have type data to convert\n", infile);
256 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(char *format, ...) function
196 terminate("Termination due to warning\n");
247 terminate("%s: %s: %s\n", file, msgbuf, elf_errmsg(-1));
H A Ddwarf.c213 terminate("tdp %u: tdesc_size on unknown type %d\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 %llu: failed to find type sibling: %s\n",
317 terminate("die %llu: failed to find type child: %s\n",
331 terminate("die %llu: failed to get tag for type: %s\n",
347 terminate("die %llu: no attr 0x%x\n", die_off(dw, die),
354 terminate("die %llu: failed to get attribute for type: %s\n",
368 terminate("failed to get attribute form for type: %s\n",
382 return (0); /* die_attr will terminate fo
[all...]
H A Dctfmerge.c618 terminate("Caught signal %d - exiting\n", sig);
644 terminate("No CTF data found in source file %s\n", srcfile);
649 terminate("Couldn't rename temp file %s to %s", tmpname,
905 terminate("Cannot open output file %s for r/w", outfile);
909 terminate("Raw CTF output file %s already exists", raw_ctf_file);
943 terminate("Some input files were inaccessible\n");
965 terminate("No ctf sections found to merge\n");
1012 terminate("No CTF data found in reference file %s\n",
1019 terminate("No room for additional types in master\n");
1065 terminate("Could
[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\" "
/macosx-10.10.1/text_cmds-88/pr/
H A Dextern.h59 void terminate(int);
/macosx-10.10.1/libstdcxx-104.1/src/
H A Deh_terminate.cc1 // -*- C++ -*- std::terminate, std::unexpected and friends.
40 std::terminate () function in class:std
55 std::terminate();
79 fprintf(stderr, "terminate called throwing an exception\n");
81 fprintf(stderr, "terminate called without an active exception\n");
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.h74 int length, int terminate);
/macosx-10.10.1/SecurityTokend-55108/lib/
H A Dserver.cpp101 // Handle the terminate message
105 secdebug("tokenlib", "terminate(%d,0x%x) received", reason, options);
106 if (terminate)
107 terminate(reason, options); // ignore return code
/macosx-10.10.1/SecurityTokend-55108/security_tokend_client/
H A Dserver.cpp101 // Handle the terminate message
105 secdebug("tokenlib", "terminate(%d,0x%x) received", reason, options);
106 if (terminate)
107 terminate(reason, options); // ignore return code
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dtimer.cpp106 volatile bool& terminate) :
109 m_terminate(terminate)
105 child_timer(const unsigned int seconds, const pid_t pid, volatile bool& terminate) argument
H A Dio.cpp320 impl::muxer::mux(volatile const bool& terminate)
329 while (nactive > 0 && !terminate) {
331 while (!terminate && (ret = safe_poll(poll_fds.get(), 2, 250)) == 0) {}
333 for (size_t i = 0; !terminate && i < m_nfds; i++) {
/macosx-10.10.1/file_cmds-242/dd/
H A Dextern.h53 void terminate(int);
H A Dmisc.c103 terminate(int sig) function
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsrunningapplication.py23 self.assertResultIsBOOL(NSRunningApplication.terminate)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsrunningapplication.py23 self.assertResultIsBOOL(NSRunningApplication.terminate)
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DChildProcess.cpp148 terminate();
156 void ChildProcess::terminate() function in class:WebKit::ChildProcess
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dgetoptlong.rb355 # Explicitly terminate option processing.
357 def terminate method in class:GetoptLong
446 terminate
453 terminate
459 terminate
472 terminate
/macosx-10.10.1/libxml2-26/libxml2/
H A DDOCBparser.c103 * @terminate: last chunk indicator
113 int terminate ATTRIBUTE_UNUSED)
123 return (xmlParseChunk(ctxt, chunk, size, terminate));
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DDOCBparser.c103 * @terminate: last chunk indicator
113 int terminate ATTRIBUTE_UNUSED)
123 return (xmlParseChunk(ctxt, chunk, size, terminate));
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dmanager.h59 bool terminate();
/macosx-10.10.1/Security-57031.1.35/SecurityTests/testclient/
H A Dtestclient.cpp103 Cssm::standard()->terminate();
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dconnection.h65 void terminate(); // normal termination
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A DDOCBparser.h83 int terminate);

Completed in 222 milliseconds

123456789