Searched refs:optstrlen (Results 1 – 1 of 1) sorted by relevance
150 int optstrlen, i; in parse_opts() local163 optstrlen = 0; in parse_opts()165 optstrlen += strlen(std_options[i].optstr); in parse_opts()171 optstrlen += strlen(user_optarr[i].option); in parse_opts()173 optstrlen += 1; in parse_opts()176 optionstr = malloc(optstrlen); in parse_opts()