Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dreadpassphrase.c68 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; in readpassphrase() local
107 (void)sigaction(SIGINT, &sa, &saveint); in readpassphrase()
165 (void)sigaction(SIGINT, &saveint, NULL); in readpassphrase()