Home
last modified time | relevance | path

Searched refs:RPP_STDIN (Results 1 – 2 of 2) sorted by relevance

/external/openssh/openbsd-compat/
Dreadpassphrase.c87 if ((flags & RPP_STDIN) || in readpassphrase()
136 if (!(flags & RPP_STDIN)) in readpassphrase()
Dreadpassphrase.h38 #define RPP_STDIN 0x20 /* Read from stdin, not /dev/tty */ macro