Searched refs:optstrlen (Results 1 – 1 of 1) sorted by relevance
155 int optstrlen, i; in parse_opts() local168 optstrlen = 0; in parse_opts()170 optstrlen += strlen(std_options[i].optstr); in parse_opts()176 optstrlen += strlen(user_optarr[i].option); in parse_opts()178 optstrlen += 1; in parse_opts()181 optionstr = malloc(optstrlen); in parse_opts()