| /third_party/gptfdisk/ |
| H A D | support.cc | 79 uint64_t GetNumber(uint64_t low, uint64_t high, uint64_t def, const string & prompt) { in GetNumber() argument
|
| H A D | gpttext.cc | 150 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...] |
| /third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
| H A D | test_rendering.c | 55 static void ParseArgs(int argc, char **argv, unsigned int *output_width, unsigned int *output_height, double *acceptable_error, int *prompt) in ParseArgs() argument 137 int prompt; in main() local
|
| /third_party/node/deps/v8/src/utils/ |
| H A D | utils.cc | 65 char* ReadLine(const char* prompt) { in ReadLine() argument
|
| /third_party/node/deps/openssl/openssl/crypto/ui/ |
| H A D | ui_util.c | 19 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 D | ui_lib.c | 97 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 D | passphrase.c | 122 char *prompt = NULL, *ipass = NULL, *vpass = NULL; in do_ui_passphrase() local [all...] |
| /third_party/openssl/crypto/ |
| H A D | passphrase.c | 122 char *prompt = NULL, *ipass = NULL, *vpass = NULL; in do_ui_passphrase() local [all...] |
| /third_party/openssl/crypto/ui/ |
| H A D | ui_util.c | 19 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 D | ui_lib.c | 97 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 D | conf.c | 420 const char *prompt; in conf() local
|
| H A D | menu.c | 122 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 D | mconf.c | 441 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 D | expr.h | 139 struct property *prompt; member
|
| /third_party/python/Parser/ |
| H A D | tokenizer.h | 50 const char *prompt, *nextprompt; /* For interactive prompting */ member
|
| /base/startup/init/services/begetctl/shell/ |
| H A D | shell_bas.c | 117 int32_t BShellEnvOutputPrompt(BShellHandle handle, const char *prompt) in BShellEnvOutputPrompt() argument [all...] |
| /third_party/curl/src/ |
| H A D | tool_paramhlp.c | 516 char prompt[256]; in checkpasswd() local
|
| /third_party/toybox/kconfig/lxdialog/ |
| H A D | util.c | 314 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() argument
|
| /third_party/jerryscript/jerry-main/ |
| H A D | main-unix.c | 867 const char *prompt = !no_prompt ? "jerry> " : ""; in main() local
|
| /third_party/node/deps/openssl/openssl/crypto/pem/ |
| H A D | pem_lib.c | 37 const char *prompt; in PEM_def_callback() local
|
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | enc.c | 361 char prompt[200]; in enc_main() local
|
| /third_party/python/Lib/ |
| H A D | smtplib.py | 1121 def prompt(prompt): function
|
| /third_party/openssl/apps/ |
| H A D | enc.c | 361 char prompt[200]; in enc_main() local
|
| /third_party/openssl/crypto/pem/ |
| H A D | pem_lib.c | 37 const char *prompt; in PEM_def_callback() local
|
| /third_party/toybox/toys/pending/ |
| H A D | sh.c | 157 static void do_prompt(char *prompt) in do_prompt() argument 1243 int prompt = 0; sh_main() local [all...] |