Searched refs:temp_command (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/com32/hdt/ |
D | hdt-cli.c | 826 char temp_command[MAX_LINE_SIZE]; in start_cli_mode() local 1115 memset(temp_command, 0, sizeof(temp_command)); in start_cli_mode() 1116 strlcpy(temp_command, INPUT, hdt_cli.cursor_pos); in start_cli_mode() 1118 strncat(temp_command, key, 1); in start_cli_mode() 1119 strncat(temp_command, in start_cli_mode() 1122 snprintf(INPUT, sizeof(INPUT), "%s", temp_command); in start_cli_mode()
|