Home
last modified time | relevance | path

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

/u-boot/common/
A Dhwconfig.c49 const char *arg_end; in hwconfig_parse() local
57 arg_end = strpbrk(str, stopchs); in hwconfig_parse()
58 if (!arg_end) in hwconfig_parse()
61 *arglen = arg_end - end - 1; in hwconfig_parse()

Completed in 2 milliseconds