Home
last modified time | relevance | path

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

/hypervisor/debug/
A Dshell.c663 #define MAX_OUTPUT_LEN 80 macro
709 snprintf(str, MAX_OUTPUT_LEN, " %-15s%-64s", in shell_cmd_help()
715 while (strnlen_s(help_str, MAX_OUTPUT_LEN > 0)) { in shell_cmd_help()
717 if (strnlen_s(help_str, MAX_OUTPUT_LEN) > 65) { in shell_cmd_help()
718 snprintf(str, MAX_OUTPUT_LEN, " %-s", help_str); in shell_cmd_help()
723 snprintf(str, MAX_OUTPUT_LEN, " %-s", help_str); in shell_cmd_help()

Completed in 5 milliseconds