Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dgetsubopt.c45 getsubopt(char **optionp, char * const *tokens, char **valuep) in getsubopt() argument
52 if (!optionp || !*optionp) in getsubopt()
56 for (p = *optionp; *p && (*p == ',' || *p == ' ' || *p == '\t'); ++p); in getsubopt()
59 *optionp = p; in getsubopt()
86 *optionp = p; in getsubopt()