Searched refs:optstrlen (Results 1 – 1 of 1) sorted by relevance
151 int optstrlen, i; in parse_opts() local164 optstrlen = 0; in parse_opts()166 optstrlen += strlen(std_options[i].optstr); in parse_opts()172 optstrlen += strlen(user_optarr[i].option); in parse_opts()174 optstrlen += 1; in parse_opts()177 optionstr = malloc(optstrlen); in parse_opts()