ftp.c | 704 sigfunc volatile oldpipe; local in function:sendrequest 732 oldpipe = SIG_ERR; 746 oldpipe = xsignal(SIGPIPE, SIG_IGN); 820 if (oldpipe == SIG_ERR) { 821 oldpipe = xsignal(SIGPIPE, SIG_IGN); 912 if (oldpipe != SIG_ERR) 913 (void)xsignal(SIGPIPE, oldpipe); 935 sigfunc volatile oldpipe; local in function:recvrequest 972 oldpipe = SIG_ERR; 1053 oldpipe = xsignal(SIGPIPE, SIG_IGN) [all...] |