Searched refs:prompt (Results 26 - 50 of 79) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL103 use ExtUtils::MakeMaker qw(prompt);
159 my($prompt,$def) = @_;
163 chomp($prompt);
167 print $prompt,," [",$def,"]\n";
170 prompt($prompt,$def);
179 my($prompt,$def) = @_;
187 my $ans = Prompt($prompt,$def);
204 my($prompt,$def) = @_;
210 my $ans = Prompt($prompt,
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DComplete.t63 Complete('prompt:', @words);
65 like( $$out, qr/prompt:frobn/, 'prompt is okay' );
67 # now remove the prompt and we should be okay
68 $$out =~ s/prompt://g;
H A DComplete.pm88 my($prompt, @cmp_lst, $cmp, $test, $l, @match);
94 $prompt = shift;
116 print($prompt, $return);
H A DReadLine.pm10 my $prompt = "Enter your arithmetic expression: ";
12 while ( defined ($_ = $term->readline($prompt)) ) {
123 I<terminal capacities>, first two will be issued to make the prompt
193 my $prompt = shift;
194 print $out $rl_term_set[0], $prompt, $rl_term_set[1], $rl_term_set[2];
200 $str =~ s/^\s*\Q$prompt\E// if ($^O eq 'MacOS');
327 # Prompt-start, prompt-end, command-line-start, command-line-end
328 # -- zero-width beautifies to emit around prompt and the command line.
/osnet-11/usr/src/lib/libadm/common/
H A Dckpath.c264 char *prompt)
273 if (!prompt) {
275 prompt = "Enter an absolute pathname";
277 prompt = "Enter a relative pathname";
279 prompt = "Enter a pathname";
284 putprmpt(stderr, prompt, NULL, defstr);
263 ckpath(char *pathval, int pflags, char *defstr, char *error, char *help, char *prompt) argument
H A Dckdate.c405 char *prompt)
420 if (!prompt)
421 prompt = PROMPT;
424 putprmpt(stderr, prompt, NULL, defstr);
404 ckdate(char *date, char *fmt, char *defstr, char *error, char *help, char *prompt) argument
H A Dcktime.c343 char *prompt)
354 if (!prompt)
355 prompt = "Enter a time of day";
358 putprmpt(stderr, prompt, NULL, defstr);
342 cktime(char *tod, char *fmt, char *defstr, char *error, char *help, char *prompt) argument
H A Dckitem.c121 char *help, char *prompt)
148 if (!prompt)
149 prompt = PROMPT;
157 if (n = getstr(strval, defstr, error, help, prompt)) {
502 getstr(char *strval, char *defstr, char *error, char *help, char *prompt) argument
519 (void) puttext(stderr, prompt, 0, 0);
120 ckitem(CKMENU *menup, char *item[], short max, char *defstr, char *error, char *help, char *prompt) argument
/osnet-11/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c75 char prompt[PAM_MAX_MSG_SIZE]; local
174 * The password prompt differs between users updating their
182 (void) snprintf(prompt, sizeof (prompt),
190 (void) snprintf(prompt, sizeof (prompt),
194 retval = __pam_get_authtok(pamh, PAM_PROMPT, PAM_AUTHTOK, prompt,
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c320 ask(prompt)
321 char *prompt;
326 printf("%s? ", prompt);
/osnet-11/usr/src/lib/krb5/ss/
H A DMakefile.com39 prompt.o \
H A Dss_internal.h80 char *prompt; member in struct:_ss_data
H A Dlisten.c40 (void) fputs(current_info->prompt, stdout);
252 input = gl_get_line(gl, info->prompt, NULL, -1);
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmain.c390 const char *prompt; local
393 prompt = ">";
395 prompt = "grub>";
397 if (!prompt)
402 *line = grub_cmdline_get (prompt);
/osnet-11/usr/src/lib/libpam/
H A Dpam_appl.h90 * structure pam_message is used to pass prompt, error message,
202 #define PAM_USER_PROMPT 9 /* The user prompt */
219 * is not set then this call will prompt for the user name using the
228 const char *prompt /* Prompt */
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dnormal.h58 char *grub_cmdline_get (const char *prompt);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Ddexplorer15 # -y # "yes", don't prompt for confirmation
62 prompt=1 # prompt before run
81 y) prompt=0 ;;
88 -y # "yes", don't prompt for confirmation
105 if [[ "$prompt" == "1" ]] ; then
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Ddexplorer15 # -y # "yes", don't prompt for confirmation
62 prompt=1 # prompt before run
81 y) prompt=0 ;;
88 -y # "yes", don't prompt for confirmation
105 if [[ "$prompt" == "1" ]] ; then
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dread.c53 char *prompt; member in struct:read_save
83 name = rp->prompt;
148 /* look for prompt */
160 rp->prompt = name;
164 shp->prompt = default_prompt;
165 if(r && (shp->prompt=(char*)sfreserve(sfstderr,r,SF_LOCKR)))
167 memcpy(shp->prompt,name,r);
168 sfwrite(sfstderr,shp->prompt,r-1);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c254 real_get_cmdline (char *prompt, char *cmdline, int maxlen, argument
267 The first section contains a prompt and a command-line (or the
270 characters displayed is 78 minus the length of the prompt (or
394 /* If SECTION is the first section, print the prompt, otherwise,
398 grub_printf ("%s", prompt);
524 plen = grub_strlen (prompt);
767 get_cmdline (char *prompt, char *cmdline, int maxlen, argument
787 /* Print only the prompt. The contents of CMDLINE is simply discarded,
789 grub_printf ("%s", prompt);
823 ret = real_get_cmdline (prompt, cmdlin
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c44 #define MAXPROMPTLEN (ZFS_MAXNAMELEN + 35) /* 35 = prompt - dataset name */
53 const char *LOC_PROMPT = "prompt";
234 char prompt[MAXPROMPTLEN]; local
243 (void) snprintf(prompt, MAXPROMPTLEN, "%s \'%s\': ",
248 (void) snprintf(prompt, MAXPROMPTLEN, "%s \'%s\': ",
254 (void) snprintf(prompt, MAXPROMPTLEN, "%s \'%s\': ",
258 (void) snprintf(prompt, MAXPROMPTLEN, "%s \'%s\': ",
264 tmpbuf = getpassphrase(prompt);
281 (void) snprintf(prompt, MAXPROMPTLEN,
284 tmpbuf = getpassphrase(prompt);
323 char prompt[MAXPROMPTLEN]; local
[all...]
/osnet-11/usr/src/lib/libsasl/include/
H A Dsasl.h33 * sasl_chalprompt_t client: Display challenge and prompt for response
513 * Simple prompt -- result must persist until next call to getsimple on
557 * prompt for input in response to a challenge.
569 const char *prompt, const char *defresult,
575 * prompt (or autoselect) the realm to do authentication in.
839 const char *prompt; /* presented to user (e.g. "Username: ") */ member in struct:sasl_interact
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dprompter.c81 /* put out the prompt */
82 (void)fputs(prompts[i].prompt, stdout);
266 fputs(prompts[i].prompt,stdout);
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py115 prompt = ' [Y/n]:'
118 prompt = ' [y/N]:'
122 index = ui.promptchoice(msg + prompt, ['&yes', '&no'],
126 resp = ui.prompt(msg + prompt, ['&yes', '&no'], default=defanswer)
128 resp = ui.prompt(msg + prompt, r'([Yy(es)?|[Nn]o?)?',
952 recommit will prompt you to take a backup if your workspace has
/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslutil.c696 getpass(prompt)
697 const char *prompt;
703 fprintf(stderr, "%s", prompt); (void) fflush(stderr);

Completed in 90 milliseconds

1234