Searched refs:prompt (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_pphrase.c174 * is configured to "builtin" it isn't possible to prompt for
180 * password. that and pipe: dialogs might prompt the user
429 static int pipe_get_passwd_cb(char *buf, int length, char *prompt, int verify)
434 apr_file_puts(prompt, writetty);
481 char *prompt;
515 * we print the prompt to stdout before EVP_read_pw_string turns
549 prompt = "Enter pass phrase:";
552 apr_file_puts(prompt, writetty);
/httpd/server/
H A Dapreq_module_cgi.c116 /* prompt takes a apreq_handle and 2 strings - name and type - and prompts a
124 $n - name of the variable we're asking for (param 2 to prompt())
126 (param 3 to prompt())
135 testing of the default prompt & parentheses - issac
143 static char *prompt(apreq_handle_t *handle, const char *name, function
515 val = prompt(handle, name, "cookie");
559 val = prompt(handle, name, "parameter");
605 val = prompt(handle, name, "cookie");
637 val = prompt(handle, name, "parameter");
673 val = prompt(handl
[all...]
/httpd/support/
H A Ddbmmanage.in225 my $prompt = shift || "Enter password:";
233 print STDERR $prompt;

Completed in 1372 milliseconds