Home
last modified time | relevance | path

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

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