OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldint
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/login/
common.c
136
sig_t
oldint
;
local
141
oldint
= signal(SIGINT, sigint);
145
(void)signal(SIGINT,
oldint
);
/src/usr.bin/ftp/
fetch.c
1406
sigfunc volatile
oldint
;
local
1437
oldquit = oldalrm =
oldint
= oldpipe = SIG_ERR;
1708
oldint
= xsignal(SIGINT, aborthttp);
1894
if (
oldint
!= SIG_ERR)
1895
(void)xsignal(SIGINT,
oldint
);
Completed in 73 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026