Searched refs:oldsigint (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/tnftp/src/ |
| H A D | ftp.c | 324 sigfunc oldsigint; in command() local 348 oldsigint = xsignal(SIGINT, cmdabort); in command() 357 if (abrtflag && oldsigint != SIG_IGN) in command() 358 (*oldsigint)(SIGINT); in command() 359 (void)xsignal(SIGINT, oldsigint); in command() 376 sigfunc oldsigint, oldsigalrm; in getreply() local 383 oldsigint = xsignal(SIGINT, cmdabort); in getreply() 421 (void)xsignal(SIGINT, oldsigint); in getreply() 441 (void)xsignal(SIGINT, oldsigint); in getreply() 504 (void)xsignal(SIGINT, oldsigint); in getreply() [all …]
|
| /freebsd/contrib/sendmail/src/ |
| H A D | alias.c | 521 sigfunc_t oldsigint, oldsigquit; local 582 oldsigint = sm_signal(SIGINT, SIG_IGN); 634 (void) sm_signal(SIGINT, oldsigint);
|