Home
last modified time | relevance | path

Searched refs:catchsig (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl2/rcs/dist/src/
H A Drcsutil.c490 static signal_type catchsig P((int));
496 catchsig(s) in catchsig() function
602 VOID catchsig(heldsignal); in restoreints()
631 act.sa_handler = catchsig;
676 signal(sig[i], catchsig) == SIG_IGN &&
677 signal(sig[i], SIG_IGN) != catchsig
695 signal(sig[i], catchsig) != SIG_IGN
H A Dconf.sh1456 catchsig(s, i, c) int s; siginfo_t *i; void *c; {
1467 s.sa_sigaction = catchsig;
1469 s.sa_handler = catchsig;
H A DChangeLog5 * rcsutil.c (catchsig): Remove `return'.
19 New name for `catchsig', for sa_sigaction signature.
130 * rcsutil.c (catchsig, restoreints, setup_catchsig):
134 (catchsig): If an mmap_signal occurs, report the affected file name.
1576 * rcsdiff.c, rcsmerge.c: Added call to catchsig().
1580 interrupts; fixed catchsig().
/netbsd/distrib/utils/ssh/
H A Dssh.c83 void catchsig(int sig);
170 sa.sa_handler = catchsig; in main()
188 catchsig(int sig) in catchsig() function
/netbsd/external/gpl2/diffutils/dist/src/
H A Dsdiff.c61 static RETSIGTYPE catchsig (int);
677 signal_handler (SIGINT, catchsig); in main()
679 signal_handler (SIGPIPE, catchsig); in main()
768 catchsig (int s) in catchsig() function
808 signal_handler (sigs[i], catchsig); in trapsigs()
/netbsd/external/gpl2/diffutils/dist/
H A DChangeLog2154 (catchsig, trapsigs): Use sigaction if possible, since this closes the