Home
last modified time | relevance | path

Searched refs:tokens (Results 1 – 1 of 1) sorted by relevance

/stdlib/
A Dgetsubopt.c39 getsubopt (char **optionp, char *const *tokens, char **valuep) in getsubopt() argument
57 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