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

1 2 3 4 5 6 7 8 9

  /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);
  /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/lldb/test/benchmarks/expression/
TestRepeatedExprs.py 41 prompt = self.child_prompt
51 child.expect_exact(prompt)
53 child.expect_exact(prompt)
55 child.expect_exact(prompt)
64 child.expect_exact(prompt)
66 child.expect_exact(prompt)
68 child.expect_exact(prompt)
86 prompt = self.child_prompt
96 child.expect_exact(prompt)
98 child.expect_exact(prompt)
    [all...]
TestExpressionCmd.py 36 prompt = self.child_prompt
49 child.expect_exact(prompt)
51 child.expect_exact(prompt)
53 child.expect_exact(prompt)
59 child.expect_exact(prompt)
61 child.expect_exact(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/lldb/test/benchmarks/disassembly/
TestDisassembly.py 71 prompt = self.child_prompt
81 child.expect_exact(prompt)
83 child.expect_exact(prompt)
85 child.expect_exact(prompt)
93 child.expect_exact(prompt)
95 child.expect_exact(prompt)
111 prompt = self.child_prompt
121 child.expect_exact(prompt)
123 child.expect_exact(prompt)
125 child.expect_exact(prompt)
    [all...]
TestXcode41Vs42GDBDisassembly.py 52 prompt = self.child_prompt
62 child.expect_exact(prompt)
64 child.expect_exact(prompt)
66 child.expect_exact(prompt)
74 child.expect_exact(prompt)
76 child.expect_exact(prompt)
  /external/lldb/test/functionalities/stop-hook/multiple_threads/
TestStopHookMultipleThreads.py 46 prompt = "(lldb) "
56 child.expect_exact(prompt)
58 child.expect_exact(prompt)
60 child.expect_exact(prompt)
64 child.expect_exact(prompt)
66 child.expect_exact(prompt)
  /external/chromium_org/base/mac/
authorization_util.h 38 // |prompt| will be used as the prompt string and an icon appropriate for the
39 // application will be displayed in a prompt dialog. Note that the system
40 // appends its own text to the prompt string. |extraFlags| will be ORed
45 CFStringRef prompt,
51 AuthorizationRef AuthorizationCreateToRunAsRoot(CFStringRef prompt);
  /external/chromium_org/chrome/browser/ui/pdf/
chrome_pdf_web_contents_helper_client.h 31 const base::string16& prompt,
38 const base::string16& prompt,
chrome_pdf_web_contents_helper_client.cc 59 const base::string16& prompt,
61 ShowPDFPasswordDialog(contents, prompt, callback);
  /external/libmtp/examples/
format.c 27 static int prompt() function
67 if (prompt() == 0) {
reset.c 27 static int prompt() function
66 if (prompt() == 0) {
  /external/lldb/source/Interpreter/
embedded_interpreter.py 7 def __init__(self, prompt, dict):
9 self.prompt = prompt
53 def my_raw_input (self, prompt):
55 stream.write (prompt)
74 prompt = sys.ps2
76 prompt = sys.ps1
77 line = self.my_raw_input(prompt)
  /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);
  /external/lldb/test/benchmarks/stepping/
TestRunHooksThenSteppings.py 29 prompt = self.child_prompt
32 self.child.expect_exact(prompt)
43 self.runHooks(child=child, child_prompt=prompt)
51 child.expect_exact(prompt)
TestSteppingSpeed.py 41 prompt = self.child_prompt
51 child.expect_exact(prompt)
53 child.expect_exact(prompt)
55 child.expect_exact(prompt)
63 child.expect_exact(prompt)
  /external/lldb/test/functionalities/stop-hook/
TestStopHookMechanism.py 41 prompt = "(lldb) "
53 child.expect_exact(prompt)
55 child.expect_exact(prompt)
57 child.expect_exact(prompt)
63 child.expect_exact(prompt)
67 child.expect_exact(prompt)
69 child.expect_exact(prompt)
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt_unittest.cc 29 scoped_refptr<ExtensionInstallPrompt::Prompt> install_prompt) {
55 ExtensionInstallPrompt prompt(NULL /* no web contents in this test */);
57 prompt.set_callback_for_test(
62 prompt.ConfirmPermissions(NULL, // no delegate
86 ExtensionInstallPrompt prompt(NULL /* no web contents in this test */);
91 prompt.ConfirmInstall(
  /external/chromium_org/tools/metrics/common/
diff_util.py 17 def PromptUserToAcceptDiff(old_text, new_text, prompt):
24 prompt: Text that should be displayed to the user, asking whether the new
42 print prompt
  /external/lldb/scripts/Python/interface/
SBInputReader.i 34 const char *prompt,

Completed in 1109 milliseconds

1 2 3 4 5 6 7 8 9