Searched refs:stringy (Results 1 – 1 of 1) sorted by relevance
295 char stringy[_MAX_STRINGY_LEN]; in nsi_cmd_print_switches_help() local297 nsi_cmd_gen_switch_syntax(stringy, _MAX_STRINGY_LEN, in nsi_cmd_print_switches_help()300 if (printed_in_line + strlen(stringy) > _MAX_LINE_WIDTH) { in nsi_cmd_print_switches_help()305 fprintf(stdout, "%s", stringy); in nsi_cmd_print_switches_help()306 printed_in_line += strlen(stringy); in nsi_cmd_print_switches_help()321 char stringy[_MAX_STRINGY_LEN]; in nsi_cmd_print_long_help() local333 nsi_cmd_gen_switch_syntax(stringy, _MAX_STRINGY_LEN, in nsi_cmd_print_long_help()336 ret = fprintf(stdout, " %-*s:", _LONG_HELP_ALIGN-1, stringy); in nsi_cmd_print_long_help()