Lines Matching refs:prompt
123 read_passphrase(const char *prompt, int flags) in read_passphrase() argument
166 if ((ret = ssh_askpass(askpass, prompt, askpass_hint)) == NULL) in read_passphrase()
172 if (readpassphrase(prompt, buf, sizeof buf, rppflags) == NULL) { in read_passphrase()
187 char *p, prompt[1024]; in ask_permission() local
191 vsnprintf(prompt, sizeof(prompt), fmt, args); in ask_permission()
194 p = read_passphrase(prompt, in ask_permission()
219 char *prompt = NULL; in notify_start() local
227 xvasprintf(&prompt, fmt, args); in notify_start()
234 (void)write(STDERR_FILENO, prompt, strlen(prompt)); in notify_start()
236 free(prompt); in notify_start()
243 free(prompt); in notify_start()
250 free(prompt); in notify_start()
261 execlp(askpass, askpass, prompt, (char *)NULL); in notify_start()
272 free(prompt); in notify_start()