HomeSort by: relevance | last modified time | path
    Searched defs:oldpipe (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/ftp/
ftp.c 704 sigfunc volatile oldpipe; local in function:sendrequest
732 oldpipe = SIG_ERR;
746 oldpipe = xsignal(SIGPIPE, SIG_IGN);
820 if (oldpipe == SIG_ERR) {
821 oldpipe = xsignal(SIGPIPE, SIG_IGN);
912 if (oldpipe != SIG_ERR)
913 (void)xsignal(SIGPIPE, oldpipe);
935 sigfunc volatile oldpipe; local in function:recvrequest
972 oldpipe = SIG_ERR;
1053 oldpipe = xsignal(SIGPIPE, SIG_IGN)
    [all...]
fetch.c 1396 sigfunc volatile oldpipe; local in function:fetch_url
1426 oldquit = oldalrm = oldint = oldpipe = SIG_ERR;
1656 oldpipe = xsignal(SIGPIPE, SIG_IGN);
1880 if (oldpipe != SIG_ERR)
1881 (void)xsignal(SIGPIPE, oldpipe);

Completed in 13 milliseconds