Searched refs:prompt (Results 251 - 275 of 289) sorted by relevance

<<1112

/freebsd-9.3-release/usr.sbin/sade/
H A Ddevices.c331 tmp->items[i].prompt = devs[i]->name;
H A Ddisks.c779 devs = deviceFind(selected->prompt, DEVICE_TYPE_DISK);
781 msgConfirm("Unable to find disk %s!", selected->prompt);
799 devs = deviceFind(selected->prompt, DEVICE_TYPE_DISK);
H A Dlabel.c120 devs = deviceFind(selected->prompt, DEVICE_TYPE_DISK);
122 msgConfirm("Unable to find disk %s!", selected->prompt);
140 devs = deviceFind(selected->prompt, DEVICE_TYPE_DISK);
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dibtracert.c194 dump_endnode(int dump, char *prompt, Node *node, Port *port) argument
202 prompt, node->nodeguid,
210 prompt,
H A Dibnetdiscover.c226 dump_endnode(ib_portid_t *path, char *prompt, Node *node, Port *port) argument
232 portid2str(path), prompt,
/freebsd-9.3-release/release/picobsd/tinyware/login/
H A Dpico-login.c142 const char *passwd_prompt, *prompt; variable
282 prompt = login_getcapstr(lc, "login_prompt",
922 (void)printf("%s", prompt);
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Ddisks.c787 devs = deviceFind(selected->prompt, DEVICE_TYPE_DISK);
789 msgConfirm("Unable to find disk %s!", selected->prompt);
807 devs = deviceFind(selected->prompt, DEVICE_TYPE_DISK);
H A Dlabel.c125 devs = deviceFind(selected->prompt, DEVICE_TYPE_DISK);
127 msgConfirm("Unable to find disk %s!", selected->prompt);
145 devs = deviceFind(selected->prompt, DEVICE_TYPE_DISK);
H A Ddevices.c576 tmp->items[i].prompt = devs[i]->name;
H A Dtcpip.c636 devs = deviceFindDescr(self->prompt, self->title, DEVICE_TYPE_NETWORK);
/freebsd-9.3-release/crypto/openssl/engines/
H A De_chil.c1215 char *prompt = UI_construct_prompt(ui, local
1218 ok = UI_add_input_string(ui, prompt,
1234 OPENSSL_free(prompt);
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_txt.c66 v_tcmd(sp, vp, prompt, flags)
69 ARG_CHAR_T prompt;
96 if (v_txt(sp, vp, NULL, NULL, 0, prompt, 0, 1, flags))
248 v_txt(sp, vp, tm, lp, len, prompt, ai_line, rcount, flags)
254 ARG_CHAR_T prompt; /* Prompt to display. */
374 /* If getting a command buffer from the user, there may be a prompt. */
376 tp->lb[tp->cno++] = prompt;
1002 /* If can erase over the prompt, return. */
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddve3900-rom.c413 one can't be modified, and the monitor won't even prompt to let
863 it sends and receives packets of data along with the normal prompt.
894 the monitor to emit a packet before each prompt, so ignore the packet. */
949 * The bare carriage return forces a prompt from the monitor
950 (monitor doesn't prompt immediately after a reset).
1039 r3900_cmds.prompt = "#";
H A Dtop.c67 /* Default command line prompt. This is overriden in some configs. */
108 and a prompt string. */
116 static char *gdb_prompt_string; /* the global prompt string */
228 with a prompt that is emitted prior to collecting the user input.
811 instream == stdin, "prompt");
986 a single gdb invocation. At the ordinary top-level prompt we might
989 However, for a secondary prompt (" >", such as occurs during a
995 gdb_readline_wrapper (char *prompt)
1004 return readline (prompt);
1116 appear on the command line when the prompt return
990 gdb_readline_wrapper(char *prompt) argument
[all...]
H A Dremote-mips.c71 static void mips_send_command (const char *cmd, int prompt);
320 /* The monitor prompt text. If the user sets the PMON prompt
321 to some new value, the GDB `set monitor-prompt' command must also
322 be used to inform GDB about the expected prompt. Otherwise, GDB
324 If the `set monitor-prompt' command is not used, the expected
325 default prompt will be set according the target:
326 target prompt
1273 mips_send_command (const char *cmd, int prompt)
1278 if (prompt)
1270 mips_send_command(const char *cmd, int prompt) argument
[all...]
H A Dmonitor.c389 we expected, like an extra prompt, or a portmaster sending telnet negotiations.
653 /* Keep discarding input until we see the MONITOR prompt.
655 The convention for dealing with the prompt is that you
657 o *then* wait for the prompt.
661 wait for the prompt, because the terminal is being handed over to
663 a monitor_wait which does wait for the prompt. Note that this
670 monitor_debug ("MON Expecting prompt\n");
671 return monitor_expect (current_monitor->prompt, buf, buflen);
811 but we hope to get a prompt at the end of it all. */
1249 the normal prompt
[all...]
/freebsd-9.3-release/contrib/libreadline/
H A Dreadline.h387 /* Save and restore internal prompt redisplay information. */
493 /* The prompt readline uses. This is set from the argument to
542 before readline_internal () prints the first prompt. */
568 /* If non-zero, readline will erase the entire line, including any prompt,
573 /* If non-zero, the application has already printed the prompt (rl_prompt)
816 char *prompt; member in struct:readline_state
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dkrb5.h606 const char *prompt; member in struct:_krb5_prompt
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dtip.c345 prompt(char *s, char *p, size_t sz) function
/freebsd-9.3-release/sbin/fsdb/
H A Dfsdb.c211 prompt(EditLine *el) function
241 el_set(elptr, EL_PROMPT, prompt);
/freebsd-9.3-release/crypto/openssh/
H A Dsshconnect.c709 confirm(const char *prompt) argument
717 for (msg = prompt;;msg = again) {
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Ddes_old.h427 int _ossl_old_des_read_password(_ossl_old_des_cblock *key, const char *prompt,
431 const char *prompt, int verify);
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Devp.h569 int EVP_read_pw_string(char *buf, int length, const char *prompt, int verify);
570 void EVP_set_pw_prompt(const char *prompt);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c54 another(int *pargc, char ***pargv, char *prompt) argument
62 printf("(%s) ", prompt);
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc.c53 static int interactive = 0; /* set to 1 when we should prompt */
54 static const char * prompt = "ntpdc> "; /* prompt to ask him about */ variable
1098 ntp_readline_init(interactive ? prompt : NULL);
1936 * getkeyid - prompt the user for a keyid to use

Completed in 187 milliseconds

<<1112