Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c744 void (*oldintr)(), (*oldintp)(); in sendrequest() local
763 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 …]