Symbol: SIGTERM
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_signals.c
52
set_one_signal_handler(SIGTERM, exit_handler, 0) == -1 ||
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_signals.c
70
set_one_signal_handler(SIGTERM, exit_handler, 1);
src/apps/codycam/SpawningUploadClient.cpp
32
kill(fCommandPid, SIGTERM);
src/apps/debugger/user_interface/gui/utility_windows/SignalDispositionEditWindow.cpp
183
ADD_SIGNAL_MENU_ITEM(SIGTERM)
src/apps/terminal/Shell.cpp
452
signal(SIGTERM, SIG_DFL);
src/bin/debug/strace/signals.cpp
43
ENUM_INFO_ENTRY(SIGTERM),
src/bin/network/ftpd/ftpd.c
557
(void)sigaction(SIGTERM, &sa, NULL);
src/bin/unzip/unzip.c
695
#ifdef SIGTERM /* some systems really have no SIGTERM */
src/bin/unzip/unzip.c
696
SET_SIGHANDLER(SIGTERM, handler);
src/bin/watch.c
174
signal(SIGTERM, die);
src/kits/debugger/user_interface/util/UiUtils.cpp
609
DEFINE_SIGNAL_STRING(SIGTERM)
src/libs/bsd/readpassphrase.c
147
(void)sigaction(SIGTERM, &saveterm, NULL);
src/libs/bsd/readpassphrase.c
89
(void)sigaction(SIGTERM, &sa, &saveterm);
src/servers/launch/LaunchDaemon.cpp
1869
send_signal(job->Team(), SIGTERM);
src/servers/net/Services.cpp
331
kill(-service->process, SIGTERM);
src/servers/registrar/ShutdownProcess.cpp
1728
send_signal(teamInfo.team, SIGTERM);
src/tests/apps/miniterminal/MiniView.cpp
134
signal(SIGTERM, SIG_DFL);
src/tests/kits/net/netservices2/TestServer.cpp
163
::kill(fChildPid, SIGTERM);
src/tests/kits/net/service/TestServer.cpp
174
::kill(fChildPid, SIGTERM);
src/tests/system/benchmarks/ctxbench.c
168
kill(childpid, SIGTERM);
src/tests/system/kernel/sigint_bug113_test.cpp
27
ADD_SIGNAL(SIGTERM),
src/tests/system/libroot/posix/pthread_signal_test.cpp
30
sigdelset(&mask, SIGTERM);