OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:saveint
(Results
1 - 1
of
1
) sorted by null
/external/openssh/openbsd-compat/
readpassphrase.c
61
struct sigaction sa, savealrm,
saveint
, savehup, savequit, saveterm;
local
100
(void)sigaction(SIGINT, &sa, &
saveint
);
158
(void)sigaction(SIGINT, &
saveint
, NULL);
Completed in 82 milliseconds