Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dhwconfig.c29 const char *opt, char *stopchs, char eqch, in hwconfig_parse() argument
43 if (str && (str == opts || strpbrk(str - 1, stopchs) == str - 1) && in hwconfig_parse()
44 (strpbrk(end, stopchs) == end || *end == eqch || in hwconfig_parse()
54 arg_end = strpbrk(str, stopchs); in hwconfig_parse()