Searched refs:optionstr (Results 1 – 4 of 4) sorted by relevance
152 char *optionstr; in parse_opts() local177 optionstr = malloc(optstrlen); in parse_opts()178 if (!optionstr) in parse_opts()182 optionstr[0] = '\0'; in parse_opts()185 strcat(optionstr, std_options[i].optstr); in parse_opts()189 if (strchr(optionstr, user_optarr[i].option[0]) == NULL) in parse_opts()190 strcat(optionstr, user_optarr[i].option); in parse_opts()195 while ((opt = getopt(ac, av, optionstr)) > 0) { in parse_opts()259 free(optionstr); in parse_opts()
211 public AgentOptions(final String optionstr) { in AgentOptions() argument213 if (optionstr != null && optionstr.length() > 0) { in AgentOptions()214 for (final String entry : OPTION_SPLIT.split(optionstr)) { in AgentOptions()218 "Invalid agent option syntax \"%s\".", optionstr)); in AgentOptions()
373 def optionxform(self, optionstr): argument374 return optionstr.lower()
874 def optionxform(self, optionstr): argument875 return optionstr.lower()