Home
last modified time | relevance | path

Searched refs:oldintp (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.bin/ftp/
Dftp.c582 volatile sig_t oldinti, oldintr, oldintp; in sendrequest() local
608 oldintp = NULL; in sendrequest()
621 if (oldintp) in sendrequest()
622 (void)signal(SIGPIPE, oldintp); in sendrequest()
636 oldintp = signal(SIGPIPE, SIG_IGN); in sendrequest()
641 (void)signal(SIGPIPE, oldintp); in sendrequest()
673 if (oldintp) in sendrequest()
674 (void)signal(SIGPIPE, oldintp); in sendrequest()
718 if (oldintp) in sendrequest()
719 (void)signal(SIGPIPE, oldintp); in sendrequest()
[all …]