Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dgetsubopt.c44 getsubopt(char **optionp, char * const * tokens, char **valuep) in getsubopt() argument
49 suboptarg = *valuep = NULL; in getsubopt()
74 for (*valuep = ++p; in getsubopt()