Searched refs:prompts (Results 1 - 4 of 4) sorted by relevance
/third_party/exfatprogs/fsck/ |
H A D | repair.c | 37 static const char *prompts[] = { variable 94 prompts[pr->prompt_type]); in ask_repair() 97 prompts[pr->prompt_type]); in ask_repair() 125 printf("%s (Number : %d)\n", prompts[pr->prompt_type], in ask_repair() 129 printf(". %s (y/N)? %c\n", prompts[pr->prompt_type], in ask_repair()
|
/third_party/f2fs-tools/tools/debug_tools/ |
H A D | fsck_debug.c | 41 void hex_info_dump(const char *prompts, const unsigned char *buf,
in hex_info_dump() argument 50 prompts, len);
in hex_info_dump()
|
/third_party/python/Lib/idlelib/ |
H A D | pyshell.py | 870 rmenu_specs.insert(_idx, ("Copy with prompts", 871 "<<copy-with-prompts>>", 915 text.bind("<<copy-with-prompts>>", self.copy_with_prompts_callback) 990 """Return text between first and last with prompts added.""" 996 prompts = [ 1002 for prompt, line in zip(prompts, text.splitlines()) 1007 """Copy selected lines to the clipboard, with prompts. 1266 # (and possibly on prompts).
|
/third_party/curl/lib/vssh/ |
H A D | libssh2.c | 183 const LIBSSH2_USERAUTH_KBDINT_PROMPT *prompts, in kbd_callback() 206 (void)prompts; in kbd_callback() 181 kbd_callback(const char *name, int name_len, const char *instruction, int instruction_len, int num_prompts, const LIBSSH2_USERAUTH_KBDINT_PROMPT *prompts, LIBSSH2_USERAUTH_KBDINT_RESPONSE *responses, void **abstract) kbd_callback() argument
|
Completed in 7 milliseconds