Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dcompat_getsubopt.c39 getsubopt(char **optionp, char * const *tokens, char **valuep) in getsubopt() argument
47 if (!optionp || !*optionp) in getsubopt()
51 for (p = *optionp; *p && (*p == ',' || *p == ' ' || *p == '\t'); ++p); in getsubopt()
54 *optionp = p; in getsubopt()
81 *optionp = p; in getsubopt()
/freebsd/lib/libc/stdlib/
H A Dgetsubopt.c44 getsubopt(char **optionp, char * const *tokens, char **valuep) in getsubopt() argument
51 if (!optionp || !*optionp) in getsubopt()
55 for (p = *optionp; *p && (*p == ',' || *p == ' ' || *p == '\t'); ++p); in getsubopt()
58 *optionp = p; in getsubopt()
85 *optionp = p; in getsubopt()