HomeSort by relevance Sort by last modified time
    Searched refs:prompt (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/e2fsprogs/lib/ss/
prompt.c 2 * prompt.c: Routines for retrieving and setting a prompt.
24 ss_info(sci_idx)->prompt = new_prompt;
29 return(ss_info(sci_idx)->prompt);
  /external/openssl/crypto/ui/
ui_compat.c 59 int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify)
61 return UI_UTIL_read_pw_string(buf, length, prompt, verify);
64 int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify)
66 return UI_UTIL_read_pw(buf, buff, size, prompt, verify);
ui_util.c 59 int UI_UTIL_read_pw_string(char *buf,int length,const char *prompt,int verify)
64 ret=UI_UTIL_read_pw(buf,buff,(length>BUFSIZ)?BUFSIZ:length,prompt,verify);
69 int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify)
80 ok = UI_add_input_string(ui,prompt,0,buf,0,size-1);
82 ok = UI_add_verify_string(ui,prompt,0,buff,0,size-1,
ui_compat.h 77 int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify);
78 int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
ui.h 87 /* The following functions are used to add strings to be printed and prompt
88 strings to prompt for data. The names are UI_{add,dup}_<function>_string
92 add add a text or prompt string. The pointers given to these
94 dup make a copy of the text or prompt string, then add the copy
99 input use the string as data prompt.
100 verify use the string as verification prompt. This
108 and are typically used when one wants to prompt for a yes/no response.
111 All of the functions in this group take a UI and a prompt string.
130 int UI_add_input_string(UI *ui, const char *prompt, int flags,
132 int UI_dup_input_string(UI *ui, const char *prompt, int flags
    [all...]
  /system/core/liblinenoise/
linenoise.h 37 char *linenoise(const char *prompt);
linenoise.c 173 static int effectiveLen(const char* prompt) {
177 while ( (c = *prompt++) != 0 ) {
187 static void refreshLine(int fd, const char *prompt, char *buf, size_t len, size_t pos, size_t cols) {
189 size_t plen = effectiveLen(prompt);
203 /* Write the prompt and the current buffer content */
204 if (write(fd,prompt,strlen(prompt)) == -1) return;
214 static int linenoisePrompt(int fd, char *buf, size_t buflen, const char *prompt) {
215 size_t plen = strlen(prompt);
228 if (write(fd,prompt,plen) == -1) return -1
    [all...]
  /libcore/luni/src/main/java/javax/security/auth/callback/
PasswordCallback.java 31 private String prompt; field in class:PasswordCallback
37 private void setPrompt(String prompt) throws IllegalArgumentException {
38 if (prompt == null || prompt.length() == 0) {
39 throw new IllegalArgumentException("Invalid prompt");
41 this.prompt = prompt;
47 * @param prompt
52 public PasswordCallback(String prompt, boolean echoOn) {
54 setPrompt(prompt);
    [all...]
  /external/webkit/WebCore/html/
HTMLIsIndexElement.idl 24 attribute [ConvertNullToNullString] DOMString prompt;
HTMLIsIndexElement.h 39 String prompt() const;
  /external/webkit/WebKit/mac/WebCoreSupport/
WebJavaScriptTextInputPanel.h 33 IBOutlet NSTextField *prompt; variable
37 - (id)initWithPrompt:(NSString *)prompt text:(NSString *)text;
WebJavaScriptTextInputPanel.m 44 // until then, prompt and textInput will be nil.
45 ASSERT(prompt);
47 [prompt setStringValue:p];
50 [prompt sizeToFitAndAdjustWindowHeight];
  /external/openssl/crypto/des/
read2pwd.c 117 int DES_read_password(DES_cblock *key, const char *prompt, int verify)
122 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
129 int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt,
135 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
  /external/openssl/crypto/evp/
evp_key.c 69 void EVP_set_pw_prompt(const char *prompt)
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)
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)
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,0
    [all...]
  /external/dropbear/
cli-authpasswd.c 46 static char *gui_getpass(const char *prompt) {
82 execlp(helper, helper, prompt, (char *)0);
119 char prompt[80]; local
124 snprintf(prompt, sizeof(prompt), "%s@%s's password: ",
128 password = gui_getpass(prompt);
131 password = getpass_or_cancel(prompt);
netbsd_getpass.c 60 getpass(prompt)
61 const char *prompt;
72 _DIAGASSERT(prompt != NULL);
98 if (prompt != NULL)
99 (void)fputs(prompt, outfp);
cli-authinteract.c 34 static unsigned char* get_response(unsigned char* prompt)
42 fprintf(stderr, "%s", prompt);
74 unsigned char *prompt = NULL; local
113 prompt = buf_getstring(ses.payload, NULL);
114 cleantext(prompt);
119 unsigned char* p = getpass_or_cancel(prompt);
123 response = get_response(prompt);
  /external/fsck_msdos/
main.c 136 char prompt[256]; local
148 vsnprintf(prompt, sizeof(prompt), fmt, ap);
150 printf("%s? %s\n", prompt, rdonly ? "no" : "yes");
154 printf("%s? [yn] ", prompt);
  /external/webkit/WebCore/inspector/front-end/
DatabaseQueryView.js 40 this.promptElement.className = "database-query-prompt";
45 this.prompt = new WebInspector.TextPrompt(this.promptElement, this.completions.bind(this), " ");
55 if (!this.prompt.isCaretInsidePrompt() && window.getSelection().isCollapsed)
56 this.prompt.moveCaretToEndOfPrompt();
109 this.prompt.clearAutoComplete();
114 if (!this.prompt.isCaretInsidePrompt() && window.getSelection().isCollapsed)
115 this.prompt.moveCaretToEndOfPrompt();
116 this.prompt.autoCompleteSoon();
127 this.prompt.clearAutoComplete(true);
129 var query = this.prompt.text
    [all...]
  /external/openssl/include/openssl/
ui_compat.h 77 int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify);
78 int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
ui.h 87 /* The following functions are used to add strings to be printed and prompt
88 strings to prompt for data. The names are UI_{add,dup}_<function>_string
92 add add a text or prompt string. The pointers given to these
94 dup make a copy of the text or prompt string, then add the copy
99 input use the string as data prompt.
100 verify use the string as verification prompt. This
108 and are typically used when one wants to prompt for a yes/no response.
111 All of the functions in this group take a UI and a prompt string.
130 int UI_add_input_string(UI *ui, const char *prompt, int flags,
132 int UI_dup_input_string(UI *ui, const char *prompt, int flags
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
promptforbugortitle.py 34 # No need to prompt if we alrady have the bug_id.
37 user_response = self._tool.user.prompt("Please enter a bug number or a title for a new bug:\n")
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
PasswordCallbackTest.java 37 * @tests javax.security.auth.callback.PasswordCallback#PasswordCallback(String prompt, boolean echoOn)
62 String prompt = "promptTest"; local
65 PasswordCallback pc = new PasswordCallback(prompt, true);
67 assertEquals(prompt, pc.getPrompt());
74 PasswordCallback pc = new PasswordCallback(prompt, false);
76 assertEquals(prompt, pc.getPrompt());
121 String prompt = "promptTest"; local
124 PasswordCallback pc = new PasswordCallback(prompt, true);
  /external/qemu/
readline.h 36 char prompt[256]; member in struct:ReadLineState
47 void readline_start(ReadLineState *rs, const char *prompt, int read_password,
  /external/webkit/WebKitTools/Scripts/webkitpy/
user_unittest.py 43 self.assertEqual(User.prompt("input", repeat=self.repeatsRemaining, raw_input=mock_raw_input), UserTest.example_user_response)
50 self.assertEqual(User.prompt("input", repeat=self.repeatsRemaining, raw_input=mock_raw_input), None)

Completed in 406 milliseconds

1 2 3 4 5