Searched refs:stopchs (Results 1 – 1 of 1) sorted by relevance
32 const char *opt, char *stopchs, char eqch, in hwconfig_parse() argument46 if (str && (str == opts || strpbrk(str - 1, stopchs) == str - 1) && in hwconfig_parse()47 (strpbrk(end, stopchs) == end || *end == eqch || in hwconfig_parse()57 arg_end = strpbrk(str, stopchs); in hwconfig_parse()
Completed in 3 milliseconds