Searched refs:stringy (Results 1 – 1 of 1) sorted by relevance
400 char stringy[_MAX_STRINGY_LEN]; in bs_args_print_switches_help() local402 bs_gen_switch_syntax(stringy, _MAX_STRINGY_LEN, in bs_args_print_switches_help()405 if ( printed_in_line + strlen(stringy) > _MAX_LINE_WIDTH ){ in bs_args_print_switches_help()410 fprintf(stdout,"%s", stringy); in bs_args_print_switches_help()411 printed_in_line += strlen(stringy); in bs_args_print_switches_help()425 char stringy[_MAX_STRINGY_LEN]; in bs_args_print_long_help() local437 bs_gen_switch_syntax(stringy, _MAX_STRINGY_LEN, &args_struct[count]); in bs_args_print_long_help()439 ret = fprintf(stdout, " %-*s:",_LONG_HELP_ALIGN-1, stringy); in bs_args_print_long_help()