/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctfconvert.c | 78 terminate("Caught signal %d - exiting\n", sig); in handle_sig() 95 terminate("failed to open %s", filename); in file_read() 101 terminate("failed to read %s: %s\n", filename, in file_read() 126 terminate("%s: DWARF version 1 is not supported\n", in file_read() 208 terminate("Can't access %s", infile); in main() 234 terminate("%s doesn't have type data to convert\n", infile); in main() 255 terminate("Couldn't rename temp file %s", tmpname); in main()
|
H A D | dwarf.c | 201 terminate("tdp %u: tdesc_size on unknown type %d\n", in tdesc_size() 237 terminate("tdp %u: tdesc_bitsize on unknown type %d\n", in tdesc_bitsize() 270 terminate("failed to get offset for die: %s\n", in die_off() 288 terminate("die %llu: failed to find type sibling: %s\n", in die_sibling() 305 terminate("die %llu: failed to find type child: %s\n", in die_child() 319 terminate("die %llu: failed to get tag for type: %s\n", in die_tag() 335 terminate("die %llu: no attr 0x%x\n", die_off(dw, die), in die_attr() 342 terminate("die %llu: failed to get attribute for type: %s\n", in die_attr() 355 terminate("die %llu: failed to get signed: %s\n", in die_signed() 370 terminate("die %llu: failed to get unsigned: %s\n", in die_unsigned() [all …]
|
H A D | util.c | 103 terminate("failed to read ELF header: %s\n", in elf_ptrsz() 112 terminate("unknown ELF class %d\n", ehdr.e_ident[EI_CLASS]); in elf_ptrsz() 139 terminate(const char *format, ...) in terminate() function 193 terminate("Termination due to warning\n"); in warning() 244 terminate("%s: %s: %s\n", file, msgbuf, elf_errmsg(-1)); in elfterminate()
|
H A D | ctfmerge.c | 592 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() 867 terminate("Cannot open output file %s for r/w", outfile); in main() 900 terminate("Some input files were inaccessible\n"); in main() 963 terminate("No CTF data found in reference file %s\n", in main() 970 terminate("No room for additional types in master\n"); in main() 1015 terminate("Couldn't rename output temp file %s", tmpname); in main()
|
H A D | input.c | 99 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()
|
/freebsd/bin/dd/ |
H A D | misc.c | 143 static void terminate(int signo) __dead2; 145 terminate(int signo) in terminate() function 163 terminate(SIGINT); in sigint_handler() 187 terminate(SIGINT); in before_io() 196 terminate(SIGINT); in after_io()
|
/freebsd/sbin/ipf/ipfsync/ |
H A D | ipsyncm.c | 34 int terminate = 0; variable 43 terminate = sig; 218 if (terminate) 234 if (terminate) 247 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
|
H A D | ipsyncs.c | 34 int terminate = 0; variable 45 terminate = sig; 237 if (terminate) 253 if (terminate) 266 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
|
H A D | ipfsyncd.c | 54 int terminate = 0; variable 73 terminate = sig; 166 while (!terminate) { 207 syslog(LOG_ERR, "signal %d received, exiting...", terminate); 208 debug(1, "signal %d received, exiting...", terminate); 239 while (!terminate) { in do_io()
|
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/ |
H A D | exception_pointer_cxxabi.ipp | 45 terminate(); 60 // if p.__ptr_ is NULL, above returns so we terminate 61 terminate();
|
H A D | exception_fallback.ipp | 27 terminate(); 36 _LIBCPP_NORETURN void terminate() noexcept {
|
H A D | exception_msvc.ipp | 38 terminate(); 45 _LIBCPP_NORETURN void terminate() noexcept {
|
/freebsd/contrib/libcxxrt/ |
H A D | exception.cc | 299 [[noreturn]] void terminate(void) _LIBCXXRT_NOEXCEPT; 374 static atomic<unexpected_handler> unexpectedHandler = std::terminate; 523 std::terminate(); in alloc_or_die() 652 std::terminate(); in alloc_or_die() 714 std::terminate(); in __cxa_free_exception() 777 std::terminate(); in report_failure() 897 std::terminate(); in __cxa_rethrow() 1227 std::terminate(); 1318 std::terminate(); 1450 std::terminate(); [all …]
|
H A D | terminate.cc | 36 void terminate() in terminate() function
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | kadm_conn.c | 105 terminate(int sig) in terminate() function 195 signal(SIGTERM, terminate); in wait_for_connection() 196 signal(SIGINT, terminate); in wait_for_connection()
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_vfsops.c | 197 bool terminate; in tmpfs_all_rw_maps() local 199 terminate = false; in tmpfs_all_rw_maps() 252 terminate = cb(mp, map, entry, cb_arg); in tmpfs_all_rw_maps() 254 if (terminate) in tmpfs_all_rw_maps() 262 if (terminate) in tmpfs_all_rw_maps() 265 if (!terminate && gen != allproc_gen) in tmpfs_all_rw_maps()
|
/freebsd/contrib/less/ |
H A D | signal.c | 136 static RETSIGTYPE terminate(int type) in terminate() function 169 (void) LSIGNAL(SIGTERM, terminate); in init_signals()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | exception | 48 [[noreturn]] void terminate() noexcept; 84 #include <__exception/terminate.h>
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcbind.c | 120 static void terminate(int); 203 (void) signal(SIGINT, terminate); in main() 204 (void) signal(SIGTERM, terminate); in main() 205 (void) signal(SIGQUIT, terminate); in main() 770 terminate(int signum) in terminate() 769 terminate(int signum) terminate() function
|
/freebsd/contrib/llvm-project/libcxx/include/__exception/ |
H A D | terminate.h | 19 _LIBCPP_NORETURN _LIBCPP_EXPORTED_FROM_ABI void terminate() _NOEXCEPT;
|
/freebsd/usr.bin/pr/ |
H A D | extern.h | 60 void terminate(int);
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_cscope.c | 97 static int terminate(SCR *, CSC *, int); 791 terminate(sp, csc, 0); in parse() 895 return (terminate(sp, NULL, n)); in cscope_kill() 903 terminate(SCR *sp, CSC *csc, int n) in terminate() function 979 if (terminate(sp, NULL, 1)) in cscope_end() 1090 terminate(sp, csc, 0); in read_prompt()
|
/freebsd/contrib/llvm-project/libcxx/include/__utility/ |
H A D | terminate_on_exception.h |
|
/freebsd/lib/libiconv_modules/ISO2022/ |
H A D | citrus_iso2022.c | 540 goto terminate; in seqmatch() 546 goto terminate; in seqmatch() 549 goto terminate; in seqmatch() 555 goto terminate; in seqmatch() 560 goto terminate; in seqmatch() 563 goto terminate; in seqmatch() 571 terminate: in seqmatch()
|
/freebsd/usr.sbin/rpc.yppasswdd/ |
H A D | yppasswdd_main.c | 106 terminate(int sig __unused) in terminate() function 344 (void)signal(SIGTERM, (SIG_PF) terminate); in main()
|