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()
186 need_restart = 1; in readpassphrase()
190 if (need_restart) in readpassphrase()
Dreadpassphrase.c.orig65 int input, output, save_errno, i, need_restart;
82 need_restart = 0;
186 need_restart = 1;
190 if (need_restart)
/external/e2fsprogs/e2fsck/
Dunix.c1390 int need_restart = 0; in main() local
1404 need_restart++; in main()
1418 if (need_restart) in main()