Searched refs:prompt (Results 51 - 75 of 79) sorted by relevance

1234

/osnet-11/usr/src/lib/libpam/
H A Dpam_impl.h141 #define PAM_PROMPT 1 /* prompt user for new password */
149 __pam_get_authtok(pam_handle_t *pamh, int source, int type, char *prompt,
H A Dpam_framework.c679 * to prompt for the user. Use prompt if specified, else use PAM_USER_PROMPT
689 char *prompt = NULL; local
712 * if the module is requesting a special prompt, use it.
717 prompt = (char *)prompt_override;
719 status = pam_get_item(pamh, PAM_USER_PROMPT, (void**)&prompt);
725 /* if the prompt is not set, use default */
727 if (prompt == NULL || prompt[0] == '\0') {
728 prompt
3059 __pam_get_authtok(pam_handle_t *pamh, int source, int type, char *prompt, char **authtok) argument
[all...]
/osnet-11/usr/src/lib/pam_modules/zfs_key/
H A Dzfs_key.c79 char prompt[PAM_MAX_MSG_SIZE]; local
81 (void) snprintf(prompt, sizeof (prompt),
84 if (__pam_get_authtok(pamh, PAM_PROMPT, 0, prompt,
284 "passphrase,prompt");
336 (strcmp(keysource, "passphrase,prompt") != 0)) {
494 (strcmp(keysource, "passphrase,prompt") != 0)) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c841 char prompt[100], response[100]; local
899 /* sprintf(prompt, "Challenge is [%s], %s: ", challenge, prompt); */
900 snprintf(prompt, sizeof(prompt), "%s%.*s%s%.*s",
909 kprompt.prompt = prompt;
1399 char name[100], banner[100], prompt[100], response[100]; local
1476 snprintf(prompt, sizeof(prompt), "
[all...]
H A Dgic_opt.c95 krb5_get_init_creds_opt_set_change_password_prompt(krb5_get_init_creds_opt *opt, int prompt) argument
97 if (prompt)
/osnet-11/usr/src/lib/libsasl/lib/
H A Dclient.c703 const unsigned long *prompt; local
708 for (prompt = (mech->required_prompts
711 *prompt != SASL_CB_LIST_END;
712 prompt++) {
713 result = _sasl_getcallback(conn, *prompt, &pproc, &pcontext);
715 return 0; /* we don't have this required prompt */
/osnet-11/usr/src/lib/efcode/engine/
H A Dinteractive.c763 char *prompt; local
765 if ((prompt = parse_a_string(env, NULL)) != NULL)
766 strncpy(prompt_string, prompt, sizeof (prompt_string));
807 FORTH(0, "set-prompt", set_prompt);
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgtrans.c70 extern int getvol(char *device, char *label, int options, char *prompt);
71 extern int _getvol(char *device, char *label, int options, char *prompt,
1479 char prompt[128]; local
1483 (void) sprintf(prompt,
1486 if (n = getvol(ods_name, NULL, DM_FORMAT, prompt))
1643 char prompt[128]; local
1648 (void) sprintf(prompt,
1652 prompt))
H A Ddstream.c61 extern int getvol(char *device, char *label, int options, char *prompt);
635 char prompt[128]; local
640 (void) sprintf(prompt,
643 if (n = getvol(device, NULL, NULL, prompt))
H A Dgpkglist.c50 char *error, char *help, char *prompt);
H A Dpkgweb.c98 /* Max length of "enter password again" prompt message */
154 static char *prompt = NULL; variable
162 * Description: Specifies the prompt to use with the pkglib
165 * Arguments: newprompt - The prompt to display
172 prompt = newprompt;
3109 * indicates an interactive prompt, then the
3110 * prompt set with set_passphrase_prompt()
3149 if ((passphrase = getpassphrase(prompt)) == NULL) {
3168 prompt)) < 0) ||
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcmdline.c214 grub_cmdline_get (const char *prompt) argument
231 const char *prompt_translated = _(prompt);
453 /* Restore the prompt. */
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3596 char *prompt,
3606 kprompt.prompt = prompt;
3632 char *prompt; local
3661 if ((prompt = (char *) malloc(prompt_len)) == NULL)
3666 (void) snprintf(prompt, prompt_len, gettext("%s PIN"), tmplabel);
3670 (void) strlcat(prompt, gettext(" (Warning: PIN locked)"), prompt_len);
3672 (void) strlcat(prompt, gettext(" (Warning: PIN final try)"), prompt_len);
3674 (void) strlcat(prompt, gettext(" (Warning: PIN count low)"), prompt_len);
3682 r = pkinit_prompt_user(context, id_cryptoctx, &rdat, prompt,
3593 pkinit_prompt_user(krb5_context context, pkinit_identity_crypto_context cctx, krb5_data *reply, char *prompt, int hidden) argument
3778 char prompt[PAM_MAX_MSG_SIZE - 2]; local
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptest.c38 getaline( char *line, int len, FILE *fp, char *prompt )
40 printf(prompt);
51 get_list( char *prompt )
60 getaline( buf, sizeof(buf), stdin, prompt );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl312 outputs a prompt. Also used to help determine if the program has finished
902 # + Flush stdout/stderr before the debugger prompt is printed.
1379 PERLDB_POST - post-prompt Perl code
1901 next executable line, print that out, build the prompt from the file and line
1908 # debugger prompt.
1917 # Break up the prompt if it's really long.
1978 # that had a breakpoint in it at the debugger prompt)?
1983 # Do any pre-prompt actions.
3432 evaluate any post-prompt items. We restore C<$@>, C<$!>, C<$^E>, C<$,>, C<$/>,
3442 # Evaluate post-prompt command
[all...]
H A DCPAN.pm95 my $prompt = $oprompt;
161 print $prompt;
166 defined ($_ = $term->readline($prompt, $commandline));
177 $prompt = " > ";
188 $prompt = $oprompt;
206 $prompt = $oprompt;
532 ExtUtils::MakeMaker::prompt
2196 ExtUtils::MakeMaker->import(qw(prompt));
2197 $USER = prompt("Proxy authentication needed!
2207 $PASSWD = prompt("Passwor
[all...]
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c1170 ask(prompt)
1171 char *prompt;
1177 printf("%s? ", prompt);
/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h171 short nextprompt; /* next prompt is PS<nextprompt> */ \
176 char *prompt; /* pointer to prompt string */ \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm23 @EXPORT = qw(&WriteMakefile &writeMakefile $Verbose &prompt);
129 sub prompt ($;$) { subroutine
131 Carp::confess("prompt function called without an argument")
2400 =item prompt
2402 my $value = prompt($message);
2403 my $value = prompt($message, $default);
2405 The C<prompt()> function provides an easy way to request user input
2406 used to write a makefile. It displays the $message as a prompt for
2410 If C<prompt()> detects that it is not running interactively and there
2432 If set to a true value then MakeMaker's prompt functio
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dshared.h995 int get_cmdline (char *prompt, char *cmdline, int maxlen,
/osnet-11/usr/src/lib/pam_modules/krb5/
H A Dkrb5_authenticate.c187 * If doing PKINIT it is okay to prompt for the user
306 * need to prompt for pw and we just return IGNORE.
308 * note we don't need to force a prompt for pw as authtok_get
423 /* convert krb prompt style to PAM style */
431 * prompt string.
434 prompts[i].prompt) < 0) {
444 * Call PAM conv function to display the prompt.
450 /* convert PAM response to krb prompt reply format */
699 * provide a proper PAMcentric prompt function that the underlying
700 * PKINIT preauth plugin will use to prompt fo
[all...]
/osnet-11/usr/src/lib/libshell/common/edit/
H A Demacs.c41 * - A ^N as first history related command after the prompt will move
163 FIRST, /* First time thru for logical line, prompt on screen */
189 char prompt[PRSIZE]; local
198 Prompt = prompt;
1374 putstring(ep,Prompt); /* start with prompt */
H A Dedit.c578 * This routine sets up the prompt string
580 * Escape sequences in the prompt can be excluded from the calculated
581 * prompt length. This is accomplished as follows:
582 * - if the prompt string starts with "%\r, or contains \r%\r", where %
585 * are not counted as part of the prompt length.
619 if(!(last = shp->prompt))
621 shp->prompt = 0;
H A Dvi.c159 #define Prompt editb.e_prompt /* pointer to prompt */
160 #define plen editb.e_plen /* length of prompt */
223 char prompt[PRSIZE+2]; /* prompt */ local
248 /*** setup prompt ***/
250 Prompt = prompt;
405 /*** fiddle around with prompt length ***/
809 /*** print the prompt and ***/
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm257 their prompt and typing changed to weird colors.

Completed in 104 milliseconds

1234