OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RPP_REQUIRE_TTY
(Results
1 - 3
of
3
) sorted by null
/external/openssh/openbsd-compat/
readpassphrase.h
34
#define
RPP_REQUIRE_TTY
0x02 /* Fail if there is no tty. */
readpassphrase.c
82
if (flags &
RPP_REQUIRE_TTY
) {
/external/openssh/
readpass.c
133
rppflags |=
RPP_REQUIRE_TTY
;
Completed in 23 milliseconds