Home
last modified time | relevance | path

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

123

/third_party/node/deps/openssl/openssl/crypto/ui/
H A Dui_util.c19 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, in UI_UTIL_read_pw_string() argument
32 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, in UI_UTIL_read_pw() argument
H A Dui_lib.c97 static UI_STRING *general_allocate_prompt(UI *ui, const char *prompt, in general_allocate_prompt() argument
119 static int general_allocate_string(UI *ui, const char *prompt, in general_allocate_string() argument
197 int UI_add_input_string(UI *ui, const char *prompt, int flags, in UI_add_input_string() argument
146 general_allocate_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) general_allocate_boolean() argument
206 UI_dup_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) UI_dup_input_string() argument
224 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) UI_add_verify_string() argument
233 UI_dup_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) UI_dup_verify_string() argument
252 UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) UI_add_input_boolean() argument
261 UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) UI_dup_input_boolean() argument
359 char *prompt = NULL; UI_construct_prompt() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dpassphrase.c122 char *prompt = NULL, *ipass = NULL, *vpass = NULL; in do_ui_passphrase() local
[all...]
/third_party/openssl/crypto/
H A Dpassphrase.c122 char *prompt = NULL, *ipass = NULL, *vpass = NULL; in do_ui_passphrase() local
[all...]
/third_party/openssl/crypto/ui/
H A Dui_util.c19 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, in UI_UTIL_read_pw_string() argument
32 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, in UI_UTIL_read_pw() argument
H A Dui_lib.c97 static UI_STRING *general_allocate_prompt(UI *ui, const char *prompt, in general_allocate_prompt() argument
119 static int general_allocate_string(UI *ui, const char *prompt, in general_allocate_string() argument
197 int UI_add_input_string(UI *ui, const char *prompt, int flags, in UI_add_input_string() argument
146 general_allocate_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) general_allocate_boolean() argument
206 UI_dup_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) UI_dup_input_string() argument
224 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) UI_add_verify_string() argument
233 UI_dup_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) UI_dup_verify_string() argument
252 UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) UI_add_input_boolean() argument
261 UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) UI_dup_input_boolean() argument
359 char *prompt = NULL; UI_construct_prompt() local
[all...]
/third_party/toybox/kconfig/
H A Dconf.c420 const char *prompt; in conf() local
H A Dmenu.c122 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) in menu_add_prop() argument
145 struct property *menu_add_prompt(enum prop_type type, char *prompt, struc argument
[all...]
H A Dmconf.c441 const char *prompt = menu_get_prompt(menu); in build_conf() local
586 const char *prompt = menu_get_prompt(menu); in conf() local
718 const char *prompt = menu_get_prompt(menu); conf_choice() local
769 const char *prompt = menu_get_prompt(menu); conf_string() local
[all...]
H A Dexpr.h139 struct property *prompt; member
/third_party/python/Parser/
H A Dtokenizer.h50 const char *prompt, *nextprompt; /* For interactive prompting */ member
/base/startup/init/services/begetctl/shell/
H A Dshell_bas.c117 int32_t BShellEnvOutputPrompt(BShellHandle handle, const char *prompt) in BShellEnvOutputPrompt() argument
[all...]
/third_party/curl/src/
H A Dtool_paramhlp.c516 char prompt[256]; in checkpasswd() local
/third_party/toybox/kconfig/lxdialog/
H A Dutil.c314 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() argument
/third_party/gptfdisk/
H A Dgpttext.cc150 ostringstream prompt; in GetPartNum() local
162 ostringstream prompt; in ResizePartitionTable() local
187 ostringstream prompt; in MoveMainTable() local
207 ostringstream prompt; MoveSecondTable() local
291 ostringstream prompt; DeletePartition() local
390 ostringstream prompt; SwapPartitions() local
580 GetSectorNum(uint64_t low, uint64_t high, uint64_t def, const string & prompt) GetSectorNum() argument
586 cout << prompt; GetSectorNum() local
848 ostringstream prompt; ExpertsMenu() local
[all...]
H A Dbasicmbr.cc1581 int BasicMBRData::DoMenu(const string& prompt) { in DoMenu() argument
1587 cout << prompt; in DoMenu() local
/third_party/jerryscript/jerry-main/
H A Dmain-unix.c867 const char *prompt = !no_prompt ? "jerry> " : ""; in main() local
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_lib.c37 const char *prompt; in PEM_def_callback() local
/third_party/node/deps/openssl/openssl/apps/
H A Denc.c361 char prompt[200]; in enc_main() local
/third_party/python/Lib/
H A Dsmtplib.py1121 def prompt(prompt): function
/third_party/openssl/apps/
H A Denc.c361 char prompt[200]; in enc_main() local
/third_party/openssl/crypto/pem/
H A Dpem_lib.c37 const char *prompt; in PEM_def_callback() local
/third_party/toybox/toys/pending/
H A Dsh.c157 static void do_prompt(char *prompt) in do_prompt() argument
1243 int prompt = 0; sh_main() local
[all...]
/third_party/python/Python/clinic/
H A Dbltinmodule.c.h867 PyObject *prompt = NULL; in builtin_input() local
/third_party/f2fs-tools/fsck/
H A Ddict.c1262 static int prompt = 0; variable

Completed in 29 milliseconds

123