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

/freebsd-current/contrib/tnftp/src/
H A Dftp.c324 sigfunc oldsigint; local
348 oldsigint = xsignal(SIGINT, cmdabort);
357 if (abrtflag && oldsigint != SIG_IGN)
358 (*oldsigint)(SIGINT);
359 (void)xsignal(SIGINT, oldsigint);
376 sigfunc oldsigint, oldsigalrm; local
383 oldsigint = xsignal(SIGINT, cmdabort);
421 (void)xsignal(SIGINT, oldsigint);
441 (void)xsignal(SIGINT, oldsigint);
504 (void)xsignal(SIGINT, oldsigint);
[all...]
/freebsd-current/contrib/sendmail/src/
H A Dalias.c521 sigfunc_t oldsigint, oldsigquit; local
582 oldsigint = sm_signal(SIGINT, SIG_IGN);
634 (void) sm_signal(SIGINT, oldsigint);

Completed in 72 milliseconds