Home
last modified time | relevance | path

Searched refs:CatchSignal (Results 1 – 25 of 72) sorted by relevance

123

/dports/net/samba412/samba-4.12.15/lib/util/
H A Dsignal.c48 CatchSignal(SIGCLD, sig_cld);
66 CatchSignal(SIGCLD, sig_cld_leave_status);
104 void (*CatchSignal(int signum,void (*handler)(int )))(int)
136 return CatchSignal(SIGCLD, sig_cld);
145 return CatchSignal(SIGCLD, sig_cld_leave_status);
H A Dfault.c112 CatchSignal(SIGSEGV, sig_fault); in fault_setup()
115 CatchSignal(SIGBUS, sig_fault); in fault_setup()
118 CatchSignal(SIGABRT, sig_fault); in fault_setup()
162 CatchSignal(SIGABRT, SIG_DFL); in smb_panic_default()
H A Dsignal.h37 void (*CatchSignal(int signum,void (*handler)(int )))(int);
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/util/
H A Dsignal.c47 CatchSignal(SIGCLD, sig_cld); in sig_cld()
65 CatchSignal(SIGCLD, sig_cld_leave_status); in sig_cld_leave_status()
103 void (*CatchSignal(int signum,void (*handler)(int )))(int) in CatchSignal() function
135 CatchSignal(SIGCLD, sig_cld); in CatchChild()
144 CatchSignal(SIGCLD, sig_cld_leave_status); in CatchChildLeaveStatus()
H A Dfault.c149 CatchSignal(SIGABRT,SIGNAL_CAST SIG_DFL); in smb_panic()
195 CatchSignal(SIGSEGV,SIGNAL_CAST sig_fault); in fault_setup()
198 CatchSignal(SIGBUS,SIGNAL_CAST sig_fault); in fault_setup()
201 CatchSignal(SIGABRT,SIGNAL_CAST sig_fault); in fault_setup()
204 CatchSignal(SIGFPE,SIGNAL_CAST sig_fault); in fault_setup()
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dcatch.pas65 Procedure CatchSignal(Sig : Longint);cdecl; procedure
67 Function CatchSignal(Sig : longint):longint; cdecl; in CatchSignal() function
75 CatchSignal:=0;
83 NewSignal:=SignalHandler(@CatchSignal);
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dcatch.pas65 Procedure CatchSignal(Sig : Longint);cdecl; procedure
67 Function CatchSignal(Sig : longint):longint; cdecl; in CatchSignal() function
75 CatchSignal:=0;
83 NewSignal:=SignalHandler(@CatchSignal);
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dcatch.pas65 Procedure CatchSignal(Sig : Longint);cdecl; procedure
67 Function CatchSignal(Sig : longint):longint; cdecl; in CatchSignal() function
75 CatchSignal:=0;
83 NewSignal:=SignalHandler(@CatchSignal);
/dports/net/netatalk3/netatalk-3.1.12/libatalk/util/
H A Dfault.c55 static void (*CatchSignal(int signum,void (*handler)(int )))(int) in CatchSignal() function
132 CatchSignal(SIGSEGV,SIGNAL_CAST SIG_DFL); in fault_report()
135 CatchSignal(SIGBUS,SIGNAL_CAST SIG_DFL); in fault_report()
158 CatchSignal(SIGSEGV,SIGNAL_CAST sig_fault); in fault_setup()
161 CatchSignal(SIGBUS,SIGNAL_CAST sig_fault); in fault_setup()
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dsmbrun.c103 (void)CatchSignal(SIGCLD, saved_handler); in smbrun_internal()
128 (void)CatchSignal(SIGCLD, saved_handler); in smbrun_internal()
268 (void)CatchSignal(SIGCLD, saved_handler); in smbrunsecret()
300 (void)CatchSignal(SIGCLD, saved_handler); in smbrunsecret()
/dports/net/samba412/samba-4.12.15/source3/nmbd/
H A Dasyncdns.c165 CatchSignal(SIGUSR2, SIG_IGN); in start_async_dns()
166 CatchSignal(SIGUSR1, SIG_IGN); in start_async_dns()
167 CatchSignal(SIGHUP, SIG_IGN); in start_async_dns()
168 CatchSignal(SIGTERM, sig_term); in start_async_dns()
H A Dnmbd_subnetdb.c266 saved_handler = CatchSignal(SIGTERM, SIG_DFL); in create_subnets()
275 CatchSignal(SIGTERM, saved_handler); in create_subnets()
327 saved_handler = CatchSignal(SIGTERM, SIG_DFL); in create_subnets()
332 CatchSignal(SIGTERM, saved_handler); in create_subnets()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/chrome/common/
H A Dprocess_watcher_posix_sigchld.cc172 loop->CatchSignal(SIGCHLD, reaper, reaper); in EnsureProcessTerminated()
178 loop->CatchSignal(SIGCHLD, reaper, reaper); in EnsureProcessTerminated()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/chrome/common/
H A Dprocess_watcher_posix_sigchld.cc205 loop->CatchSignal(SIGCHLD, reaper, reaper); in EnsureProcessTerminated()
211 loop->CatchSignal(SIGCHLD, reaper, reaper); in EnsureProcessTerminated()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/chrome/common/
H A Dprocess_watcher_posix_sigchld.cc172 loop->CatchSignal(SIGCHLD, reaper, reaper); in EnsureProcessTerminated()
178 loop->CatchSignal(SIGCHLD, reaper, reaper); in EnsureProcessTerminated()
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/chrome/common/
H A Dprocess_watcher_posix_sigchld.cc178 loop->CatchSignal(SIGCHLD, reaper, reaper); in EnsureProcessTerminated()
184 loop->CatchSignal(SIGCHLD, reaper, reaper); in EnsureProcessTerminated()
/dports/www/firefox/firefox-99.0/ipc/chromium/src/chrome/common/
H A Dprocess_watcher_posix_sigchld.cc182 loop->CatchSignal(SIGCHLD, reaper, reaper); in EnsureProcessTerminated()
188 loop->CatchSignal(SIGCHLD, reaper, reaper); in EnsureProcessTerminated()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/chrome/common/
H A Dprocess_watcher_posix_sigchld.cc178 loop->CatchSignal(SIGCHLD, reaper, reaper); in EnsureProcessTerminated()
184 loop->CatchSignal(SIGCHLD, reaper, reaper); in EnsureProcessTerminated()
/dports/lang/fpc-source/fpc-3.2.2/packages/ide/
H A Dfpcatch.pas207 CatchSignal:=0;
248 NewSignal:=@CatchSignal;
/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/
H A Dfpcatch.pas207 CatchSignal:=0;
248 NewSignal:=@CatchSignal;
/dports/audio/umodplayer/umodplayer_B5.1/
H A Dmain.c42 CatchSignal(int sig) in CatchSignal() function
444 signal(SIGINT, CatchSignal); in main()
445 signal(SIGTERM, CatchSignal); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/client/
H A Dcrashpad_client_ios.cc52 CHECK(Signals::InstallHandler(SIGABRT, CatchSignal, 0, &old_action_)); in Initialize()
181 static void CatchSignal(int signo, siginfo_t* siginfo, void* context) { in CatchSignal() function in crashpad::__anonc22bdc380111::CrashHandler
/dports/cad/pcb/pcb-4.2.0/src/
H A Derror.h47 void CatchSignal (int);
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/smbfs/helpers/lib/
H A Dutil_file.c54 CatchSignal (SIGALRM, SIGNAL_CAST gotalarm_sig);
65 CatchSignal (SIGALRM, SIGNAL_CAST SIG_DFL);
/dports/misc/mc/mc-4.8.27/src/vfs/smbfs/helpers/lib/
H A Dutil_file.c54 CatchSignal (SIGALRM, SIGNAL_CAST gotalarm_sig);
65 CatchSignal (SIGALRM, SIGNAL_CAST SIG_DFL);

123