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

  /src/usr.bin/ftp/
fetch.c 1397 sigfunc volatile oldalrm; local in function:fetch_url
1426 oldquit = oldalrm = oldint = oldpipe = SIG_ERR;
1579 oldalrm = xsignal(SIGALRM, timeouthttp);
1709 if (oldalrm != SIG_ERR) {
1710 (void)xsignal(SIGALRM, oldalrm);
1711 oldalrm = SIG_ERR;
1882 if (oldalrm != SIG_ERR)
1883 (void)xsignal(SIGALRM, oldalrm);
fetch.c 1397 sigfunc volatile oldalrm; local in function:fetch_url
1426 oldquit = oldalrm = oldint = oldpipe = SIG_ERR;
1579 oldalrm = xsignal(SIGALRM, timeouthttp);
1709 if (oldalrm != SIG_ERR) {
1710 (void)xsignal(SIGALRM, oldalrm);
1711 oldalrm = SIG_ERR;
1882 if (oldalrm != SIG_ERR)
1883 (void)xsignal(SIGALRM, oldalrm);

Completed in 26 milliseconds