Searched refs:read_input (Results 1 – 5 of 5) sorted by relevance
/external/toybox/toys/pending/ |
D | fdisk.c | 532 static int read_input(char *mesg, char *outp) in read_input() function 554 read_input(mesg, input); in read_hex() 1021 choice = 0x20 | read_input(msg, NULL); in add_new_partition() 1166 if ((read_input("Recalculate C/H/S (Y/n): ", NULL) | 0x20) == 'y') in move_begning() 1333 choice = 0x20 | read_input(msg, NULL); in expert_menu() 1498 choice = 0x20 | read_input(msg, NULL); in fdisk_main()
|
D | top.c | 233 static int read_input(int delay) in read_input() function 778 get_key = read_input(0); in top_main() 789 get_key = read_input(TT.delay); in top_main()
|
/external/libavc/test/encoder/ |
D | input.c | 119 IV_STATUS_T read_input(FILE *fp, iv_raw_buf_t *ps_raw_buf) in read_input() function
|
D | app.h | 332 IV_STATUS_T read_input(FILE *fp, iv_raw_buf_t *ps_raw_buf);
|
D | main.c | 1658 status = read_input(ps_app_ctxt->fp_ip, ps_inp_raw_buf); in synchronous_encode() 1931 read_input(ps_app_ctxt->fp_psnr_ip, &s_inp_buf); in synchronous_encode()
|