Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dgetsubopt.c48 getsubopt(char **optionp, char * const * tokens, char **valuep) in getsubopt() argument
55 if (!optionp || !*optionp) in getsubopt()
59 for (p = *optionp; *p && (*p == ',' || *p == ' ' || *p == '\t'); ++p); in getsubopt()
62 *optionp = p; in getsubopt()
89 *optionp = p; in getsubopt()