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

/lxc/src/include/
H A Dgetsubopt.c49 getsubopt (char **optionp, char *const *tokens, char **valuep) argument
54 if (**optionp == '\0')
58 endp = strchrnul (*optionp, ',');
61 vstart = memchr (*optionp, '=', endp - *optionp);
68 if (strncmp (*optionp, tokens[cnt], vstart - *optionp) == 0
69 && tokens[cnt][vstart - *optionp] == '\0')
76 *optionp = endp;
82 *valuep = *optionp;
[all...]
H A Dgetsubopt.h3 int getsubopt (char **optionp, char *const *tokens, char **valuep);

Completed in 7 milliseconds