Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 256) sorted by relevance

1234567891011

/trueos/usr.bin/xlint/xlint/
HDxlint.c135 static void terminate(int) __attribute__((__noreturn__));
234 terminate(int signo) in terminate() function
299 terminate(-1); in usage()
324 terminate(-1); in main()
360 if (signal(SIGHUP, terminate) == SIG_IGN) in main()
362 (void)signal(SIGINT, terminate); in main()
363 (void)signal(SIGQUIT, terminate); in main()
364 (void)signal(SIGTERM, terminate); in main()
566 terminate(0); in main()
585 terminate(0); in main()
[all …]
/trueos/cddl/contrib/opensolaris/tools/ctf/cvt/
HDctfconvert.c78 terminate("Caught signal %d - exiting\n", sig); in handle_sig()
96 terminate("failed to open %s", filename); in file_read()
102 terminate("failed to read %s: %s\n", filename, in file_read()
127 terminate("%s: DWARF version 1 is not supported\n", in file_read()
211 terminate("Can't access %s", infile); in main()
237 terminate("%s doesn't have type data to convert\n", infile); in main()
258 terminate("Couldn't rename temp file %s", tmpname); in main()
HDdwarf.c204 terminate("tdp %u: tdesc_size on unknown type %d\n", in tdesc_size()
240 terminate("tdp %u: tdesc_bitsize on unknown type %d\n", in tdesc_bitsize()
273 terminate("failed to get offset for die: %s\n", in die_off()
291 terminate("die %llu: failed to find type sibling: %s\n", in die_sibling()
308 terminate("die %llu: failed to find type child: %s\n", in die_child()
322 terminate("die %llu: failed to get tag for type: %s\n", in die_tag()
338 terminate("die %llu: no attr 0x%x\n", die_off(dw, die), in die_attr()
345 terminate("die %llu: failed to get attribute for type: %s\n", in die_attr()
358 terminate("die %llu: failed to get signed: %s\n", in die_signed()
373 terminate("die %llu: failed to get unsigned: %s\n", in die_unsigned()
[all …]
HDutil.c102 terminate("failed to read ELF header: %s\n", in elf_ptrsz()
111 terminate("unknown ELF class %d\n", ehdr.e_ident[EI_CLASS]); in elf_ptrsz()
138 terminate(const char *format, ...) in terminate() function
192 terminate("Termination due to warning\n"); in warning()
243 terminate("%s: %s: %s\n", file, msgbuf, elf_errmsg(-1)); in elfterminate()
HDcompare.c78 terminate("%s doesn't have stabs or CTF\n", stabname); in main()
81 terminate("%s doesn't contain CTF data\n", ctfname); in main()
88 terminate("%s grew by %d\n", stabname, new); in main()
HDctfmerge.c592 terminate("Caught signal %d - exiting\n", sig); in handle_sig()
620 terminate("No CTF data found in source file %s\n", srcfile); in copy_ctf_data()
625 terminate("Couldn't rename temp file %s to %s", tmpname, in copy_ctf_data()
866 terminate("Cannot open output file %s for r/w", outfile); in main()
899 terminate("Some input files were inaccessible\n"); in main()
921 terminate("No ctf sections found to merge\n"); in main()
968 terminate("No CTF data found in reference file %s\n", in main()
975 terminate("No room for additional types in master\n"); in main()
1020 terminate("Couldn't rename output temp file %s", tmpname); in main()
HDstabs.c70 terminate("Couldn't resolve type %d\n", node->t_id); in resolve_tou_node()
252 terminate("%s: Can't find string at %u for stab %d\n", in stabs_read()
268 terminate("%s: GCC-generated stabs are " in stabs_read()
317 terminate("%s: Couldn't parse stab \"%s\" " in stabs_read()
HDinput.c99 terminate("Input file %s was partially built from " in read_file()
164 terminate("%s: Unknown elf kind %d\n", in read_archive()
197 terminate("%s: Cannot open for reading", file); in read_ctf_common()
213 terminate("%s: Unknown elf kind %d\n", file, elf_kind(elf)); in read_ctf_common()
/trueos/contrib/ipfilter/tools/
HDipsyncm.c39 int terminate = 0; variable
48 terminate = sig;
223 if (terminate)
239 if (terminate)
252 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
HDipsyncs.c39 int terminate = 0; variable
50 terminate = sig;
242 if (terminate)
258 if (terminate)
271 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
HDipfsyncd.c58 int terminate = 0; variable
77 terminate = sig;
170 while (!terminate) {
211 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
212 debug(1, "signal %d received, exiting...", terminate);
243 while (!terminate) { in do_io()
/trueos/usr.sbin/daemon/
HDdaemon.c240 int terminate, signo; in wait_child() local
242 terminate = 0; in wait_child()
254 return (terminate); in wait_child()
256 terminate = 1; in wait_child()
/trueos/contrib/libc++/src/
Dexception.cpp67 terminate(); in unexpected()
85 terminate() _NOEXCEPT in terminate() function
260 terminate(); in rethrow_nested()
294 terminate(); in rethrow_exception()
/trueos/contrib/libstdc++/libsupc++/
Deh_terminate.cc51 std::terminate () in terminate() function in std
60 std::terminate (); in __unexpected()
Dexception82 /// If you write a replacement %terminate handler, it must be of this type.
93 void terminate() __attribute__ ((__noreturn__));
105 * due to the throw; or after entering @c terminate() for any reason
106 * other than an explicit call to @c terminate(). [Note: This includes
110 * result in a call of @c terminate() (15.5.1)."
Deh_throw.cc76 std::terminate (); in __cxa_throw()
109 std::terminate (); in __cxa_rethrow()
Deh_catch.cc61 std::terminate (); in __cxa_begin_catch()
132 std::terminate (); in __cxa_end_catch()
Deh_arm.cc112 std::terminate (); in __cxa_begin_cleanup()
131 std::terminate(); in __gnu_end_cleanup()
Deh_call.cc63 std::terminate(); in __cxa_call_terminate()
122 std::terminate(); in __cxa_call_unexpected()
/trueos/contrib/libcxxrt/
HDexception.cc284 void terminate(void);
294 static unexpected_handler unexpectedHandler = std::terminate;
550 std::terminate(); in alloc_or_die()
611 std::terminate(); in __cxa_free_exception()
696 std::terminate(); in report_failure()
733 std::terminate(); in report_failure()
845 std::terminate(); in __cxa_rethrow()
1168 std::terminate();
1257 std::terminate();
1438 void terminate()
/trueos/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
HDrpcbind.c114 static void terminate(int);
171 (void) signal(SIGINT, terminate); in rpcbind_main()
172 (void) signal(SIGTERM, terminate); in rpcbind_main()
173 (void) signal(SIGQUIT, terminate); in rpcbind_main()
534 terminate(int dummy) in terminate() function
/trueos/contrib/wpa/src/utils/
HDeloop_none.c48 int terminate; member
310 while (!eloop.terminate && in eloop_run()
364 eloop.terminate = 1; in eloop_terminate()
385 return eloop.terminate; in eloop_terminated()
/trueos/crypto/heimdal/kadmin/
HDkadm_conn.c105 terminate(int sig) in terminate() function
195 signal(SIGTERM, terminate); in wait_for_connection()
196 signal(SIGINT, terminate); in wait_for_connection()
/trueos/contrib/llvm/patches/
HDpatch-r262611-llvm-r196874-fix-invalid-pwd-crash.diff65 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
69 - MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
72 + MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
/trueos/usr.sbin/rpcbind/
HDrpcbind.c124 static void terminate(int);
196 (void) signal(SIGINT, terminate); in main()
197 (void) signal(SIGTERM, terminate); in main()
198 (void) signal(SIGQUIT, terminate); in main()
761 terminate(int dummy __unused) in terminate() function

1234567891011