Home
last modified time | relevance | path

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

/stdlib/
A Dgetsubopt.c41 char *endp, *vstart; in getsubopt() local
51 vstart = memchr (*optionp, '=', endp - *optionp); in getsubopt()
52 if (vstart == NULL) in getsubopt()
53 vstart = endp; in getsubopt()
58 if (strncmp (*optionp, tokens[cnt], vstart - *optionp) == 0 in getsubopt()
59 && tokens[cnt][vstart - *optionp] == '\0') in getsubopt()
62 *valuep = vstart != endp ? vstart + 1 : NULL; in getsubopt()

Completed in 4 milliseconds