Searched defs:input_key (Results 1 - 2 of 2) sorted by relevance

/external/toybox/toys/pending/
H A Dmore.c42 int input_key; local
53 input_key = tolower(getc(cin));
55 if (strchr(" \nrq", input_key)) {
57 return input_key;
73 int ch, input_key = 0, show_prompt; local
113 if (input_key != 'r' && show_prompt) {
115 input_key = prompt(cin, "--More--(%d%% of %lld bytes)",
119 input_key = prompt(cin, "--More--");
120 if (input_key == 'q') goto stop;
132 if (++row >= rows || input_key
[all...]
/external/srtp/test/
H A Drtpw.c140 char *input_key = NULL; local
176 input_key = optarg_s;
219 if ((sec_servs && !input_key) || (!sec_servs && input_key)) {
341 len = hex_string_to_octet_string(key, input_key, MASTER_KEY_LEN*2);
351 if (strlen(input_key) > MASTER_KEY_LEN*2) {
355 MASTER_KEY_LEN*2, (unsigned)strlen(input_key));

Completed in 523 milliseconds