HomeSort by: relevance | last modified time | path
    Searched refs:RPP_REQUIRE_TTY (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/pam-u2f/dist/pamu2fcfg/
_readpassphrase.h 32 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */
readpassphrase.c 85 if (flags & RPP_REQUIRE_TTY) {
  /src/crypto/external/bsd/openssh/dist/
readpassphrase.h 36 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */
readpassphrase.c 58 if (flags & RPP_REQUIRE_TTY)
85 if (flags & RPP_REQUIRE_TTY) {
readpass.c 154 rppflags |= RPP_REQUIRE_TTY;
  /src/external/bsd/libfido2/dist/openbsd-compat/
readpassphrase.h 34 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */
readpassphrase.c 85 if (flags & RPP_REQUIRE_TTY) {
  /src/external/bsd/libarchive/dist/libarchive_fe/
passphrase.c 71 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */
195 if (flags & RPP_REQUIRE_TTY) {
  /src/external/public-domain/sqlite/sqlite2mdoc/
config.h 192 #define RPP_REQUIRE_TTY 0x02
  /src/usr.bin/nc/
socks.c 128 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL)

Completed in 35 milliseconds