Searched refs:RPP_STDIN (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.h38 #define RPP_STDIN 0x20 /* Read from stdin, not /dev/tty */ macro
H A Dreadpassphrase.c87 if ((flags & RPP_STDIN) ||
134 if (!(flags & RPP_STDIN))
/freebsd-10-stable/include/
H A Dreadpassphrase.h33 #define RPP_STDIN 0x20 /* Read from stdin, not /dev/tty */ macro
/freebsd-10-stable/lib/libc/gen/
H A Dreadpassphrase.c72 if (!(flags & RPP_STDIN)) {
126 if (!(flags & RPP_STDIN))
/freebsd-10-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c77 #define RPP_STDIN 0x20 /* Read from stdin, not /dev/tty */ macro
193 if ((flags & RPP_STDIN) ||
243 if (!(flags & RPP_STDIN)) {

Completed in 40 milliseconds