Searched defs:prompt (Results 26 - 50 of 90) sorted by relevance

1234

/external/srec/srec/crec/
H A Dcomp_stats.c98 void print_cs_clock(CS_CLOCK *c, float num_seconds, PFile* fp, char *prompt, char *item_name) argument
102 prompt ? prompt : "",
/external/v8/src/
H A Dd8-readline.cc52 virtual Handle<String> Prompt(const char* prompt);
93 Handle<String> ReadLineEditor::Prompt(const char* prompt) { argument
97 result = readline(prompt);
H A Dd8-debug.cc41 const char* prompt = is_running? "> " : "dbg> "; local
43 printf("%s", prompt);
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Duser.py61 def prompt(cls, message, repeat=1, raw_input=raw_input): member in class:User
70 return cls.prompt(message, repeat=repeat, raw_input=getpass.getpass)
83 response = cls.prompt("Enter one or more numbers (comma-separated), or \"all\": ", raw_input=raw_input)
93 result = int(cls.prompt("Enter a number: ", raw_input=raw_input)) - 1
/external/libppp/src/
H A Dprompt.h26 * $FreeBSD: src/usr.sbin/ppp/prompt.h,v 1.10.40.1 2010/12/21 17:10:29 kensmith Exp $
40 struct prompt { struct
48 unsigned nonewline : 1; /* need a newline before our prompt ? */
49 unsigned needprompt : 1; /* Show a prompt at the next UpdateSet() */
50 unsigned active : 1; /* Is the prompt active (^Z) */
58 struct prompt *next; /* Maintained in log.c */
66 ((d)->type == PROMPT_DESCRIPTOR ? (struct prompt *)(d) : NULL)
69 extern struct prompt *prompt_Create(struct server *, struct bundle *, int);
70 extern void prompt_Destroy(struct prompt *, int);
71 extern void prompt_Required(struct prompt *);
[all...]
H A Dthroughput.c42 #include "prompt.h"
100 throughput_disp(struct pppThroughput *t, struct prompt *prompt) argument
105 prompt_Printf(prompt, "Connect time: %d:%02d:%02d", secs_up / 3600,
108 prompt_Printf(prompt, " - down at %s", ctime(&t->downtime));
110 prompt_Printf(prompt, "\n");
113 prompt_Printf(prompt, "%llu octets in, %llu octets out\n",
115 prompt_Printf(prompt, "%llu packets in, %llu packets out\n",
118 prompt_Printf(prompt, " overall %6qu bytes/sec\n",
120 prompt_Printf(prompt, "
254 throughput_clear(struct pppThroughput *t, int clear_type, struct prompt *prompt) argument
[all...]
H A Dtimer.c43 #include "prompt.h"
235 timer_Show(int LogLevel, struct prompt *prompt) argument
260 if (!prompt)
265 if (prompt)
266 prompt_Printf(prompt, DISP);
271 if (!prompt)
H A Dfilter.c64 #include "prompt.h"
451 doShowFilter(struct filterent *fp, struct prompt *prompt) argument
458 prompt_Printf(prompt, " %2d %s", n, filter_Action2Nam(fp->f_action));
459 prompt_Printf(prompt, "%c ", fp->f_invert ? '!' : ' ');
462 prompt_Printf(prompt, "%s ", addrstr(&fp->f_src, fp->f_srctype));
464 prompt_Printf(prompt, "any ");
467 prompt_Printf(prompt, "%s ", addrstr(&fp->f_dst, fp->f_dsttype));
469 prompt_Printf(prompt, "any ");
473 prompt_Printf(prompt, "
[all...]
H A Dlink.c56 #include "prompt.h"
231 link_ReportProtocolStatus(struct link *l, struct prompt *prompt) argument
235 prompt_Printf(prompt, " Protocol in out "
238 prompt_Printf(prompt, " %-9s: %8lu, %8lu",
241 prompt_Printf(prompt, "\n");
244 prompt_Printf(prompt, "\n");
406 prompt_Printf(arg->prompt, "%s%s", layer == l->nlayers ? "" : ", ",
409 prompt_Printf(arg->prompt, "\n");
H A Dmain.c92 #include "prompt.h"
109 static struct prompt *SignalPrompt;
285 CheckLabel(const char *label, struct prompt *prompt, int mode) argument
289 if ((err = system_IsValid(label, prompt, mode)) != NULL) {
308 struct prompt *prompt; local
351 prompt = NULL;
353 SignalPrompt = prompt = prompt_Create(NULL, NULL, PROMPT_STD);
376 CheckLabel(argv[arg], prompt, s
[all...]
H A Dsystems.c317 struct prompt *prompt, struct datalink *cx, int how)
330 struct prompt *op;
359 n = ReadSystem(bundle, name, arg, prompt, cx, how);
409 command_Run(bundle, argc, (char const *const *)argv, prompt,
427 system_IsValid(const char *name, struct prompt *prompt, int mode) argument
442 rs = ReadSystem(NULL, "default", CONFFILE, prompt, NULL, how);
452 rs = ReadSystem(NULL, name, CONFFILE, prompt, NULL, how);
478 struct prompt *promp
316 ReadSystem(struct bundle *bundle, const char *name, const char *file, struct prompt *prompt, struct datalink *cx, int how) argument
477 system_Select(struct bundle *bundle, const char *name, const char *file, struct prompt *prompt, struct datalink *cx) argument
[all...]
/external/libxml2/
H A Dxmlcatalog.c56 * @prompt: the prompt value
64 xmlShellReadline(const char *prompt) { argument
69 line_read = readline (prompt);
81 if (prompt != NULL)
82 fprintf(stdout, "%s", prompt);
/external/openssh/openbsd-compat/
H A Dreadpassphrase.c55 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) argument
128 (void)write(output, prompt, strlen(prompt));
193 getpass(const char *prompt)
197 return(readpassphrase(prompt, buf, sizeof(buf), RPP_ECHO_OFF));
/external/openssl/crypto/asn1/
H A Dn_pkey.c110 int (*cb)(char *buf, int len, const char *prompt,
115 int (*cb)(char *buf, int len, const char *prompt,
122 int (*cb)(char *buf, int len, const char *prompt, int verify),
239 int (*cb)(char *buf, int len, const char *prompt,
246 int (*cb)(char *buf, int len, const char *prompt, int verify),
286 int (*cb)(char *buf, int len, const char *prompt,
114 i2d_Netscape_RSA(const RSA *a, unsigned char **pp, int (*cb)(char *buf, int len, const char *prompt, int verify)) argument
121 i2d_RSA_NET(const RSA *a, unsigned char **pp, int (*cb)(char *buf, int len, const char *prompt, int verify), int sgckey) argument
238 d2i_Netscape_RSA(RSA **a, const unsigned char **pp, long length, int (*cb)(char *buf, int len, const char *prompt, int verify)) argument
245 d2i_RSA_NET(RSA **a, const unsigned char **pp, long length, int (*cb)(char *buf, int len, const char *prompt, int verify), int sgckey) argument
285 d2i_RSA_NET_2(RSA **a, ASN1_OCTET_STRING *os, int (*cb)(char *buf, int len, const char *prompt, int verify), int sgckey) argument
/external/openssl/crypto/evp/
H A Devp_key.c69 void EVP_set_pw_prompt(const char *prompt) argument
71 if (prompt == NULL)
75 strncpy(prompt_string,prompt,79);
91 int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify) argument
93 return EVP_read_pw_string_min(buf, 0, len, prompt, verify);
96 int EVP_read_pw_string_min(char *buf, int min, int len, const char *prompt, int verify) argument
102 if ((prompt == NULL) && (prompt_string[0] != '\0'))
103 prompt=prompt_string;
105 UI_add_input_string(ui,prompt,0,buf,min,(len>=BUFSIZ)?BUFSIZ-1:len);
107 UI_add_verify_string(ui,prompt,
[all...]
/external/smack/src/org/apache/harmony/javax/security/auth/callback/
H A DConfirmationCallback.java50 private String prompt; field in class:ConfirmationCallback
116 public ConfirmationCallback(String prompt, int messageType, int optionType, argument
119 if (prompt == null || prompt.length() == 0) {
146 this.prompt = prompt;
152 public ConfirmationCallback(String prompt, int messageType, String[] options, argument
155 if (prompt == null || prompt.length() == 0) {
179 this.prompt
[all...]
/external/chromium/chrome/browser/tab_contents/
H A Dbackground_contents.cc143 const std::wstring& prompt) {
144 render_view_host_->JavaScriptMessageBoxClosed(reply_msg, success, prompt);
141 OnMessageBoxClosed(IPC::Message* reply_msg, bool success, const std::wstring& prompt) argument
/external/e2fsprogs/lib/ss/
H A Dss_internal.h56 char *prompt; member in struct:_ss_data
/external/ganymed-ssh2/examples/
H A DSwingShell.java466 public String[] replyToChallenge(String name, String instruction, int numPrompts, String[] prompt, argument
475 String[] content = new String[] { lastError, name, instruction, prompt[i] };
498 /* We maintain a prompt counter - this enables the detection of situations where the ssh
499 * server is signaling "authentication failed" even though it did not send a single prompt.
615 // we asked for it, it just denied the request without sending us any prompt.
/external/javasqlite/src/main/java/SQLite/
H A DShell.java461 String read_line(BufferedReader is, String prompt) { argument
463 if (prompt != null) {
464 pw.print(prompt);
476 String prompt = "SQLITE> ";
477 while ((line = read_line(is, prompt)) != null) {
500 prompt = "SQLITE> ";
502 prompt = "SQLITE? ";
/external/libmtp/examples/
H A Dsendtr.c64 static char *prompt (const char *prompt, char *buffer, size_t bufsz, int required) argument
69 fprintf(stdout, "%s> ", prompt);
202 ptitle = prompt("Title", title, 80, 0);
208 palbum = prompt("Album", album, 80, 0);
214 palbumartist = prompt("Album artist", albumartist, 80, 0);
217 partist = prompt("Artist", artist, 80, 0);
223 pcomposer = prompt("Writer or Composer", composer, 80, 0);
229 pgenre = prompt("Genre", genre, 80, 0);
236 if ( (pnum = prompt("Trac
[all...]
/external/openssh/
H A Dssh-add.c324 char prompt[100], *p1, *p2; local
327 strlcpy(prompt, "Enter lock password: ", sizeof(prompt));
328 p1 = read_passphrase(prompt, RP_ALLOW_STDIN);
330 strlcpy(prompt, "Again: ", sizeof prompt);
331 p2 = read_passphrase(prompt, RP_ALLOW_STDIN);
H A Dsshconnect1.c390 char prompt[1024]; local
413 snprintf(prompt, sizeof prompt, "%s%s", challenge,
421 response = read_passphrase(prompt, 0);
447 try_password_authentication(char *prompt) argument
458 password = read_passphrase(prompt, 0);
740 char prompt[80]; local
742 snprintf(prompt, sizeof(prompt), "%.30s@%.128s's password: ",
744 if (try_password_authentication(prompt))
[all...]
/external/openssl/crypto/des/
H A Dread_pwd.c216 int des_read_pw_string(char *buf, int length, const char *prompt, argument
222 ret=des_read_pw(buf,buff,(length>BUFSIZ)?BUFSIZ:length,prompt,verify);
229 int des_read_pw(char *buf, char *buff, int size, const char *prompt, int verify) argument
238 int des_read_pw(char *buf, char *buff, int size, char *prompt, int verify) argument
259 int des_read_pw(char *buf, char *buff, int size, const char *prompt, argument
361 fputs(prompt,stderr);
373 fprintf(stderr,"\nVerifying password - %s",prompt);
/external/qemu/
H A Dreadline.c36 monitor_printf(rs->mon, "%s", rs->prompt);
443 void readline_start(ReadLineState *rs, const char *prompt, int read_password, argument
446 pstrcpy(rs->prompt, sizeof(rs->prompt), prompt);

Completed in 8086 milliseconds

1234