Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/contrib/
H A Dgnome-ssh-askpass2.c318 char *message, *prompt_mode; in main() local
329 if ((prompt_mode = getenv("SSH_ASKPASS_PROMPT")) != NULL) { in main()
330 if (strcasecmp(prompt_mode, "confirm") == 0) in main()
332 else if (strcasecmp(prompt_mode, "none") == 0) in main()
H A Dgnome-ssh-askpass3.c282 char *message, *prompt_mode; in main() local
293 if ((prompt_mode = getenv("SSH_ASKPASS_PROMPT")) != NULL) { in main()
294 if (strcasecmp(prompt_mode, "confirm") == 0) in main()
296 else if (strcasecmp(prompt_mode, "none") == 0) in main()