Searched refs:tokens (Results 1 – 1 of 1) sorted by relevance
39 getsubopt (char **optionp, char *const *tokens, char **valuep) in getsubopt() argument57 for (cnt = 0; tokens[cnt] != NULL; ++cnt) in getsubopt()58 if (strncmp (*optionp, tokens[cnt], vstart - *optionp) == 0 in getsubopt()59 && tokens[cnt][vstart - *optionp] == '\0') in getsubopt()
Completed in 5 milliseconds