| /src/external/bsd/kyua-cli/dist/utils/process/ |
| status_test.cpp | 136 const status sigterm = fork_and_wait(child_signal< SIGTERM >); local 137 ATF_REQUIRE(!sigterm.exited()); 138 ATF_REQUIRE(sigterm.signaled()); 139 ATF_REQUIRE_EQ(SIGTERM, sigterm.termsig()); 140 ATF_REQUIRE(!sigterm.coredump());
|
| /src/external/bsd/am-utils/dist/amd/ |
| amd.c | 85 * SIGTERM - tells amd to shutdown now. Just unmounts the automount nodes. 88 sigterm(int sig) function 91 signal(sig, sigterm); 99 case SIGTERM: 466 setup_sighandler(SIGINT, sigterm); 467 /* SIGTERM: trap terminate so we can shutdown cleanly (some chance) */ 468 setup_sighandler(SIGTERM, sigterm); 480 sigaddset(&masked_sigs, SIGTERM);
|
| /src/games/hunt/hunt/ |
| hunt.c | 106 static void sigterm(int) __dead; 283 (void) signal(SIGTERM, sigterm); 528 * sigterm: 532 sigterm(int dummy __unused) function
|
| /src/sbin/routed/ |
| main.c | 281 signal(SIGHUP, sigterm); /* SIGHUP fatal during debugging */ 282 signal(SIGTERM, sigterm); 283 signal(SIGINT, sigterm); 555 sigterm(int sig) function
|
| /src/external/bsd/ppp/dist/chat/ |
| chat.c | 214 SIGTYPE sigterm (int signo); 533 SIGTYPE sigterm(int signo) function 535 fatalsig = "SIGTERM"; 569 sa.sa_handler = sigterm; 570 sigaction(SIGTERM, &sa, NULL);
|
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| dnssdutil.c | 6214 dispatch_source_t sourceSigTerm; // Dispatch source for SIGTERM. 6290 signal( SIGTERM, SIG_IGN ); 6291 err = DispatchSignalSourceCreate( SIGTERM, cmd->queue, _RegisterKACmdSignalHandler, cmd, &cmd->sourceSigTerm ); 8466 dispatch_source_t sourceSigTerm; // Dispatch source for SIGTERM. 8743 signal( SIGTERM, SIG_IGN ); 8744 err = DispatchSignalSourceCreate( SIGTERM, cmd->queue, _DNSServerCmdSIGTERMHandler, cmd, &cmd->sourceSigTerm ); 8976 _DNSServerCmdShutdown( (DNSServerCmd *) inCtx, SIGTERM ); 8997 case SIGTERM: sigName = "SIGTERM"; break; 14691 dispatch_source_t sigTermSource; // Dispatch source for SIGTERM 33404 dispatch_source_t sigterm; \/\/ Dispatch source for SIGTERM. member in struct:__anon3658 [all...] |