Searched refs:oldintp (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | ftp.c | 676 RETSIGTYPE (*oldintr)(int), (*oldintp)(int); in sendrequest() local 694 oldintp = NULL; in sendrequest() 706 if (oldintp) in sendrequest() 707 signal (SIGPIPE, oldintp); in sendrequest() 715 oldintp = signal (SIGPIPE, SIG_IGN); in sendrequest() 720 signal (SIGPIPE, oldintp); in sendrequest() 744 if (oldintp) in sendrequest() 745 signal (SIGPIPE, oldintp); in sendrequest() 789 if (oldintp) in sendrequest() 790 signal (SIGPIPE, oldintp); in sendrequest() [all …]
|
/freebsd/contrib/tnftp/src/ |
H A D | ftp.c | 668 sigfunc volatile oldintp; in sendrequest() local 696 oldintp = NULL; in sendrequest() 710 oldintp = xsignal(SIGPIPE, SIG_IGN); in sendrequest() 783 oldintp = xsignal(SIGPIPE, SIG_IGN); in sendrequest() 873 if (oldintp) in sendrequest() 874 (void)xsignal(SIGPIPE, oldintp); in sendrequest() 896 sigfunc volatile oldintp; in recvrequest() local 933 oldintp = NULL; in recvrequest() 1014 oldintp = xsignal(SIGPIPE, SIG_IGN); in recvrequest() 1181 if (oldintp) in recvrequest() [all …]
|
H A D | fetch.c | 483 sigfunc volatile oldintp; in fetch_url() local 515 oldintr = oldintp = NULL; in fetch_url() 1109 oldintp = xsignal(SIGPIPE, SIG_IGN); in fetch_url() 1318 if (oldintp) in fetch_url() 1319 (void)xsignal(SIGPIPE, oldintp); in fetch_url()
|