Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/login/
H A Dcommon.c136 sig_t oldint; in motd() local
141 oldint = signal(SIGINT, sigint); in motd()
145 (void)signal(SIGINT, oldint); in motd()
/netbsd-src/usr.bin/ftp/
H A Dfetch.c1395 sigfunc volatile oldint; in fetch_url()
1426 oldquit = oldalrm = oldint = oldpipe = SIG_ERR; in fetch_url()
1697 oldint = xsignal(SIGINT, aborthttp); in fetch_url()
1878 if (oldint != SIG_ERR) in fetch_url()
1879 (void)xsignal(SIGINT, oldint); in fetch_url()
1390 sigfunc volatile oldint; fetch_url() local