Lines Matching refs:cli_printf
472 uint32_t cli_printf(cli_option_et options, const char *format, ...) in cli_printf() function
683 cli_printf(NONE, cli_prompt); in cli_main()
860 status = cli_printf( in cli_format()
884 status = cli_printf( in cli_format()
1122 status = cli_printf(0, "\x1B[A\x1B[%dC ", width - 1); in cli_backspace()
1219 cli_printf(NONE, "%s\n", cc->cmd.command); in cli_command_dispatch()
1224 cli_printf(NONE, "help\n"); in cli_command_dispatch()
1226 cli_printf(NONE, "Ctrl+C\n"); in cli_command_dispatch()
1228 cli_printf(NONE, "Ctrl+d\n"); in cli_command_dispatch()
1234 cli_printf(NONE, "AUTO Mode ON\n"); in cli_command_dispatch()
1240 cli_printf(NONE, "AUTO Mode OFF\n"); in cli_command_dispatch()
1299 cli_printf( in cli_debug_output()
1307 cli_printf( in cli_debug_output()
1331 cli_printf(NONE, "CONSOLE ERROR: %s\n", fwk_status_str(status)); in cli_error_handler()