Home
last modified time | relevance | path

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

123456789

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfconvert.c78 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 Ddwarf.c201 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 Dutil.c103 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 Dctfmerge.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()
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 Dinput.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()
/freebsd/bin/dd/
H A Dmisc.c143 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 Dipsyncm.c34 int terminate = 0; variable
43 terminate = sig;
218 if (terminate)
234 if (terminate)
247 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
H A Dipsyncs.c34 int terminate = 0; variable
45 terminate = sig;
237 if (terminate)
253 if (terminate)
266 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
H A Dipfsyncd.c54 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 Dexception_pointer_cxxabi.ipp45 terminate();
60 // if p.__ptr_ is NULL, above returns so we terminate
61 terminate();
H A Dexception_fallback.ipp27 terminate();
36 _LIBCPP_NORETURN void terminate() noexcept {
H A Dexception_msvc.ipp38 terminate();
45 _LIBCPP_NORETURN void terminate() noexcept {
/freebsd/contrib/libcxxrt/
H A Dexception.cc299 [[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 Dterminate.cc36 void terminate() in terminate() function
/freebsd/crypto/heimdal/kadmin/
H A Dkadm_conn.c105 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 Dtmpfs_vfsops.c197 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 Dsignal.c136 static RETSIGTYPE terminate(int type) in terminate() function
169 (void) LSIGNAL(SIGTERM, terminate); in init_signals()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dexception48 [[noreturn]] void terminate() noexcept;
84 #include <__exception/terminate.h>
/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c120 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 Dterminate.h19 _LIBCPP_NORETURN _LIBCPP_EXPORTED_FROM_ABI void terminate() _NOEXCEPT;
/freebsd/usr.bin/pr/
H A Dextern.h60 void terminate(int);
/freebsd/contrib/nvi/ex/
H A Dex_cscope.c97 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 Dterminate_on_exception.h
/freebsd/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c540 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 Dyppasswdd_main.c106 terminate(int sig __unused) in terminate() function
344 (void)signal(SIGTERM, (SIG_PF) terminate); in main()

123456789