Home
last modified time | relevance | path

Searched refs:toprint (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/boards/native/native_posix/
Dcmdline_common.c328 char *toprint; in cmd_print_long_help() local
337 toprint = args_struct[count].descript; in cmd_print_long_help()
338 total_to_print = strlen(toprint); in cmd_print_long_help()
341 &toprint[printed_right]); in cmd_print_long_help()
348 &toprint[printed_right]); in cmd_print_long_help()
/Zephyr-Core-3.7.0/scripts/native_simulator/native/src/
Dnsi_cmdline_common.c330 char *toprint; in nsi_cmd_print_long_help() local
339 toprint = args_struct[count].descript; in nsi_cmd_print_long_help()
340 total_to_print = strlen(toprint); in nsi_cmd_print_long_help()
343 &toprint[printed_right]); in nsi_cmd_print_long_help()
350 &toprint[printed_right]); in nsi_cmd_print_long_help()