Searched refs:setup_catchsig (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsutil.c41 * (setup_catchsig): Use sa_sigaction only if has_sa_sigaction.
45 * (catchsig, restoreints, setup_catchsig): Use SA_SIGINFO, not has_psiginfo,
50 * (setup_catchsig): If using SA_SIGINFO, use sa_sigaction, not sa_handler.
604 static void setup_catchsig P((int const*,int));
618 setup_catchsig(sig, sigs) function
660 setup_catchsig(sig, sigs) function
683 setup_catchsig(sig, sigs) function
731 setup_catchsig(regsigs, (int) (sizeof(regsigs)/sizeof(*regsigs)));
757 setup_catchsig(mmapsigs, (int)(sizeof(mmapsigs)/sizeof(*mmapsigs)));

Completed in 76 milliseconds