| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| terminate.cc | 32 * Stub implementation of std::terminate. Used when the STL implementation 36 void terminate() function in namespace:std
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| eh_terminate.cc | 1 // -*- C++ -*- std::terminate, std::unexpected and friends. 56 std::terminate () throw() function in class:std 66 std::terminate (); 109 func = std::terminate;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| eh_terminate.cc | 1 // -*- C++ -*- std::terminate, std::unexpected and friends. 56 std::terminate () throw() function in class:std 66 std::terminate (); 109 func = std::terminate;
|
| /src/external/bsd/less/dist/ |
| signal.c | 139 static RETSIGTYPE terminate(int type) function 172 (void) LSIGNAL(SIGTERM, terminate);
|
| /src/bin/dd/ |
| misc.c | 150 terminate(int signo) function
|
| /src/external/bsd/ipf/dist/tools/ |
| ipsyncm.c | 39 int terminate = 0; variable 48 terminate = sig; 223 if (terminate) 239 if (terminate) 246 /* terminate */ 252 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
|
| ipsyncs.c | 39 int terminate = 0; variable 50 terminate = sig; 242 if (terminate) 258 if (terminate) 265 /* terminate */ 271 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
|
| ipfsyncd.c | 60 int terminate = 0; variable 79 terminate = sig; 172 while (!terminate) { 207 /* terminate */ 213 syslog(LOG_ERR, "signal %d received, exiting...", terminate); 214 debug(1, "signal %d received, exiting...", terminate); 245 while (!terminate) {
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| util.c | 106 terminate("failed to read ELF header: %s\n", 115 terminate("unknown ELF class %d\n", ehdr.e_ident[EI_CLASS]); 142 terminate(const char *format, ...) function 196 terminate("Termination due to warning\n"); 247 terminate("%s: %s: %s\n", file, msgbuf, elf_errmsg(-1));
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_mac.h | 90 ThreadEventCallback terminate; member in struct:__sanitizer::ThreadEventCallbacks
|
| /src/external/ibm-public/postfix/dist/src/smtpstone/ |
| qmqp-sink.c | 42 /* Terminate after \fItime\fR seconds. This is to facilitate memory 238 /* terminate - voluntary exit */ 240 static void terminate(int unused_event, void *unused_context) function 297 event_request_timer(terminate, (void *) 0, ttl);
|
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| kadm_conn.c | 109 terminate(int sig) function 200 signal(SIGTERM, terminate); 201 signal(SIGINT, terminate);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| module.c | 297 MODULE_TERM_FN terminate; local 312 /* call module's terminate routine, if present */ 316 if ((terminate = lt_dlsym(module->lib, "term_module"))) { 320 terminate();
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| server.py | 246 # Got the terminate request. This is handled by the 416 @request("terminate", expect_stopped=False) 418 def terminate(**args): function
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| server.py | 381 # Got the terminate request. This is handled by the 599 @request("terminate", expect_stopped=False) 601 def terminate(**args): function
|
| /src/external/historical/nawk/dist/testdir/ |
| funstack.awk | 149 END { terminate() } 882 function terminate() function
|
| /src/usr.sbin/rpcbind/ |
| rpcbind.c | 139 __dead static void terminate(int); 218 (void) signal(SIGINT, terminate); 219 (void) signal(SIGTERM, terminate); 220 (void) signal(SIGQUIT, terminate); 845 terminate(int signum __unused) function
|
| /src/external/bsd/wpa/dist/src/utils/ |
| eloop_win.c | 62 int terminate; member in struct:eloop_data 539 while (!eloop.terminate && 645 eloop.terminate = 1; 671 return eloop.terminate;
|
| eloop.c | 112 int terminate; member in struct:eloop_data 1098 while (!eloop.terminate && 1112 if (eloop.terminate) 1245 eloop.terminate = 0; 1258 eloop.terminate = 1; 1311 return eloop.terminate || eloop.pending_terminate;
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| argv.c | 97 /* Terminate the argument list with a null pointer. The manifest 334 /* argv_terminate - terminate string array */ 454 int terminate; /* terminate result */ member in struct:TEST_CASE 470 /* test_msg_panic - does not return, and does not terminate */ 483 /* test_argv_populate - populate result, optionally terminate */ 491 if (tp->terminate) 681 if (argvp->argv[argvp->argc] != 0 && tp->terminate) {
|
| /src/usr.bin/pr/ |
| pr.c | 131 __dead static void terminate(int); 141 (void)signal(SIGINT, terminate); 568 * terminate line 1570 * terminate(): when a SIGINT is recvd 1573 terminate(int which_sig) function
|
| /src/usr.bin/xlint/xlint/ |
| xlint.c | 188 terminate(int signo) function 242 terminate(-1); 309 terminate(-1); 333 terminate(-1); 342 terminate(-1); 345 terminate(-1); 375 terminate(-1); 379 terminate(-1); 445 terminate(-1); 531 terminate(-1) [all...] |
| /src/external/bsd/nvi/dist/ex/ |
| ex_cscope.c | 108 static int terminate __P((SCR *, CSC *, int)); 287 * on error, we have to call terminate, which expects the csc to 769 terminate(sp, csc, 0); 855 return (terminate(sp, NULL, atoi(np))); 859 * terminate -- 863 terminate(SCR *sp, CSC *csc, int n) function 1035 terminate(sp, csc, 0);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| dbe_structs.h | 135 const char *terminate; // Data collection termination time string member in struct:Collection_params
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| dbe_structs.h | 135 const char *terminate; // Data collection termination time string member in struct:Collection_params
|