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

/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.h38 #define RPP_STDIN 0x20 /* Read from stdin, not /dev/tty */ macro
H A Dreadpassphrase.c79 if ((flags & RPP_STDIN) ||
128 if (!(flags & RPP_STDIN))
/freebsd-12-stable/include/
H A Dreadpassphrase.h35 #define RPP_STDIN 0x20 /* Read from stdin, not /dev/tty */ macro
/freebsd-12-stable/lib/libc/gen/
H A Dreadpassphrase.c72 if (!(flags & RPP_STDIN)) {
126 if (!(flags & RPP_STDIN))
/freebsd-12-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 118 milliseconds