Searched refs:oldintp (Results 1 – 1 of 1) sorted by relevance
744 void (*oldintr)(), (*oldintp)(); in sendrequest() local763 oldintp = NULL; in sendrequest()775 if (oldintp) in sendrequest()776 (void) signal(SIGPIPE, oldintp); in sendrequest()785 oldintp = signal(SIGPIPE, SIG_IGN); in sendrequest()790 (void) signal(SIGPIPE, oldintp); in sendrequest()819 if (oldintp) in sendrequest()820 (void) signal(SIGPIPE, oldintp); in sendrequest()851 if (oldintp) in sendrequest()852 (void) signal(SIGPIPE, oldintp); in sendrequest()[all …]