Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dhwconfig.c162 const char *argstr; in hwconfig_arg_cmp_f() local
165 argstr = hwconfig_arg_f(opt, &arglen, buf); in hwconfig_arg_cmp_f()
166 if (!argstr || arglen != strlen(arg)) in hwconfig_arg_cmp_f()
169 return !strncmp(argstr, arg, arglen); in hwconfig_arg_cmp_f()
230 const char *argstr; in hwconfig_subarg_cmp_f() local
233 argstr = hwconfig_subarg_f(opt, subopt, &arglen, buf); in hwconfig_subarg_cmp_f()
234 if (!argstr || arglen != strlen(subarg)) in hwconfig_subarg_cmp_f()
237 return !strncmp(argstr, subarg, arglen); in hwconfig_subarg_cmp_f()