Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/native/src/
Dnsi_cmdline_common.c325 fprintf(stdout, "\n %-*s:%s\n", _LONG_HELP_ALIGN-1, in nsi_cmd_print_long_help()
336 ret = fprintf(stdout, " %-*s:", _LONG_HELP_ALIGN-1, stringy); in nsi_cmd_print_long_help()
347 fprintf(stdout, "%*s", _LONG_HELP_ALIGN, ""); in nsi_cmd_print_long_help()
349 _MAX_LINE_WIDTH - _LONG_HELP_ALIGN, in nsi_cmd_print_long_help()
Dnsi_cmdline_internal.h21 #define _LONG_HELP_ALIGN 30 macro
/Zephyr-latest/boards/native/native_posix/
Dcmdline_common.c323 fprintf(stdout, "\n %-*s:%s\n", _LONG_HELP_ALIGN-1, in cmd_print_long_help()
334 ret = fprintf(stdout, " %-*s:", _LONG_HELP_ALIGN-1, stringy); in cmd_print_long_help()
345 fprintf(stdout, "%*s", _LONG_HELP_ALIGN, ""); in cmd_print_long_help()
347 _MAX_LINE_WIDTH - _LONG_HELP_ALIGN, in cmd_print_long_help()
Dcmdline_common.h18 #define _LONG_HELP_ALIGN 30 macro