Home
last modified time | relevance | path

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

/common/
A Dhwconfig.c171 const char *argstr; in hwconfig_arg_cmp_f() local
174 argstr = hwconfig_arg_f(opt, &arglen, buf); in hwconfig_arg_cmp_f()
175 if (!argstr || arglen != strlen(arg)) in hwconfig_arg_cmp_f()
178 return !strncmp(argstr, arg, arglen); in hwconfig_arg_cmp_f()
239 const char *argstr; in hwconfig_subarg_cmp_f() local
242 argstr = hwconfig_subarg_f(opt, subopt, &arglen, buf); in hwconfig_subarg_cmp_f()
243 if (!argstr || arglen != strlen(subarg)) in hwconfig_subarg_cmp_f()
246 return !strncmp(argstr, subarg, arglen); in hwconfig_subarg_cmp_f()

Completed in 3 milliseconds