Home
last modified time | relevance | path

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

12345678

/freebsd-14-stable/sbin/ipf/ipfsync/
HDipsyncm.c38 int terminate = 0; variable
47 terminate = sig;
222 if (terminate)
238 if (terminate)
251 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
HDipsyncs.c38 int terminate = 0; variable
49 terminate = sig;
241 if (terminate)
257 if (terminate)
270 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()
/freebsd-14-stable/contrib/llvm-project/libcxx/src/support/runtime/
HDexception_pointer_cxxabi.ipp45 terminate();
60 // if p.__ptr_ is NULL, above returns so we terminate
61 terminate();
HDexception_fallback.ipp27 terminate();
36 _LIBCPP_NORETURN void terminate() noexcept {
HDexception_msvc.ipp38 terminate();
45 _LIBCPP_NORETURN void terminate() noexcept {
/freebsd-14-stable/contrib/libcxxrt/
HDexception.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 …]
HDterminate.cc36 void terminate() in terminate() function
/freebsd-14-stable/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()
/freebsd-14-stable/sys/fs/tmpfs/
HDtmpfs_vfsops.c198 bool terminate; in tmpfs_all_rw_maps() local
200 terminate = false; in tmpfs_all_rw_maps()
253 terminate = cb(mp, map, entry, cb_arg); in tmpfs_all_rw_maps()
255 if (terminate) in tmpfs_all_rw_maps()
263 if (terminate) in tmpfs_all_rw_maps()
266 if (!terminate && gen != allproc_gen) in tmpfs_all_rw_maps()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDexception48 [[noreturn]] void terminate() noexcept;
84 #include <__exception/terminate.h>
/freebsd-14-stable/contrib/less/
HDsignal.c136 static RETSIGTYPE terminate(int type) in terminate() function
170 (void) LSIGNAL(SIGTERM, terminate); in init_signals()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__exception/
HDterminate.h19 _LIBCPP_NORETURN _LIBCPP_EXPORTED_FROM_ABI void terminate() _NOEXCEPT;
/freebsd-14-stable/usr.sbin/rpcbind/
HDrpcbind.c126 static void terminate(int);
209 (void) signal(SIGINT, terminate); in main()
210 (void) signal(SIGTERM, terminate); in main()
211 (void) signal(SIGQUIT, terminate); in main()
776 terminate(int signum) in terminate() function
/freebsd-14-stable/usr.bin/pr/
HDextern.h62 void terminate(int);
/freebsd-14-stable/contrib/nvi/ex/
HDex_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-14-stable/lib/libiconv_modules/ISO2022/
HDcitrus_iso2022.c541 goto terminate; in seqmatch()
547 goto terminate; in seqmatch()
550 goto terminate; in seqmatch()
556 goto terminate; in seqmatch()
561 goto terminate; in seqmatch()
564 goto terminate; in seqmatch()
572 terminate: in seqmatch()
/freebsd-14-stable/usr.sbin/rpc.yppasswdd/
HDyppasswdd_main.c107 terminate(int sig __unused) in terminate() function
345 (void)signal(SIGTERM, (SIG_PF) terminate); in main()
/freebsd-14-stable/lib/libcxxrt/
HDMakefile19 SRCS+= terminate.cc
/freebsd-14-stable/contrib/wpa/src/utils/
HDeloop_win.c62 int terminate; member
539 while (!eloop.terminate && in eloop_run()
645 eloop.terminate = 1; in eloop_terminate()
671 return eloop.terminate; in eloop_terminated()
/freebsd-14-stable/sbin/dhclient/
HDoptions.c384 int terminate, int bootpp, u_int8_t *prl, int prl_len) in cons_options() argument
463 terminate); in cons_options()
529 int second_cutoff, int terminate) in store_options() argument
568 if (terminate && dhcp_options[code].format[0] == 't') { in store_options()
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/
HDexception.inc21 using std::terminate;
/freebsd-14-stable/usr.bin/chat/
HDchat.c157 void terminate(int status);
308 terminate(0); in main()
431 terminate(code); in fatal()
510 void terminate(int status) in terminate() function
840 terminate(exit_code); in chat_expect()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDthread.h87 std::terminate(); in ~thread()
92 std::terminate();
/freebsd-14-stable/contrib/sendmail/cf/feature/
HDconncontrol.m430 _ARG2_, `terminate', `define(`_CONN_CONTROL_REPLY', `421')',

12345678