Home
last modified time | relevance | path

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

/u-boot/common/
A Dhwconfig.c164 const char *argstr; in hwconfig_arg_cmp_f() local
167 argstr = hwconfig_arg_f(opt, &arglen, buf); in hwconfig_arg_cmp_f()
168 if (!argstr || arglen != strlen(arg)) in hwconfig_arg_cmp_f()
171 return !strncmp(argstr, arg, arglen); in hwconfig_arg_cmp_f()
232 const char *argstr; in hwconfig_subarg_cmp_f() local
235 argstr = hwconfig_subarg_f(opt, subopt, &arglen, buf); in hwconfig_subarg_cmp_f()
236 if (!argstr || arglen != strlen(subarg)) in hwconfig_subarg_cmp_f()
239 return !strncmp(argstr, subarg, arglen); in hwconfig_subarg_cmp_f()

Completed in 3 milliseconds