Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dreadpassphrase.c65 int input, output, save_errno, i, need_restart; in readpassphrase() local
82 need_restart = 0; in readpassphrase()
191 need_restart = 1; in readpassphrase()
195 if (need_restart) in readpassphrase()
/external/autotest/server/cros/
Dtradefed_chromelogin.py19 def need_restart(self): member in ChromeLogin
40 self.need_restart()
/external/e2fsprogs/e2fsck/
Dunix.c1626 int need_restart = 0; in main() local
1640 need_restart++; in main()
1654 if (need_restart) in main()