Searched refs:optionp (Results 1 – 1 of 1) sorted by relevance
39 getsubopt (char **optionp, char *const *tokens, char **valuep) in getsubopt() argument44 if (**optionp == '\0') in getsubopt()48 endp = __strchrnul (*optionp, ','); in getsubopt()51 vstart = memchr (*optionp, '=', endp - *optionp); in getsubopt()58 if (strncmp (*optionp, tokens[cnt], vstart - *optionp) == 0 in getsubopt()59 && tokens[cnt][vstart - *optionp] == '\0') in getsubopt()66 *optionp = endp; in getsubopt()72 *valuep = *optionp; in getsubopt()76 *optionp = endp; in getsubopt()
Completed in 9 milliseconds