Searched refs:need_restart (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/pam-u2f/dist/pamu2fcfg/ |
H A D | readpassphrase.c | 63 int input, output, save_errno, i, need_restart; in readpassphrase() local 78 need_restart = 0; in readpassphrase() 187 need_restart = 1; in readpassphrase() 191 if (need_restart) in readpassphrase()
|
/netbsd-src/external/bsd/libfido2/dist/openbsd-compat/ |
H A D | readpassphrase.c | 63 int input, output, save_errno, i, need_restart; in readpassphrase() local 78 need_restart = 0; in readpassphrase() 187 need_restart = 1; in readpassphrase() 191 if (need_restart) in readpassphrase()
|
/netbsd-src/external/bsd/libarchive/dist/libarchive_fe/ |
H A D | passphrase.c | 169 int input, output, save_errno, i, need_restart; in readpassphrase() local 188 need_restart = 0; in readpassphrase() 306 need_restart = 1; in readpassphrase() 310 if (need_restart) in readpassphrase()
|