OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RPP_STDIN
(Results
1 - 2
of
2
) sorted by null
/external/openssh/openbsd-compat/
readpassphrase.h
38
#define
RPP_STDIN
0x20 /* Read from stdin, not /dev/tty */
readpassphrase.c
80
if ((flags &
RPP_STDIN
) ||
127
if (!(flags &
RPP_STDIN
))
Completed in 489 milliseconds