Searched refs:oldintp (Results 1 – 1 of 1) sorted by relevance
748 void (*oldintr)(), (*oldintp)(); in sendrequest() local767 oldintp = NULL; in sendrequest()779 if (oldintp) in sendrequest()780 (void) signal(SIGPIPE, oldintp); in sendrequest()789 oldintp = signal(SIGPIPE, SIG_IGN); in sendrequest()794 (void) signal(SIGPIPE, oldintp); in sendrequest()823 if (oldintp) in sendrequest()824 (void) signal(SIGPIPE, oldintp); in sendrequest()855 if (oldintp) in sendrequest()856 (void) signal(SIGPIPE, oldintp); in sendrequest()[all …]