Searched refs:argstr (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | hwconfig.c | 162 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()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | trim.c | 30 char *argstr; member 47 p->pos[i].argstr = lsx_strdup(arg); in parse() 71 …if (!lsx_parseposition(effp->in_signal.rate, p->pos[i].argstr, &p->pos[i].sample, last_seen, in_le… in start() 99 free(p->pos[p->num_pos].argstr); in start() 181 free(p->pos[i].argstr); in lsx_kill()
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | rdma.c | 358 substring_t argstr; in parse_resource() local 373 argstr.from = value; in parse_resource() 374 argstr.to = value + len; in parse_resource() 376 ret = match_int(&argstr, intval); in parse_resource()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-mailbox.c | 107 char argstr[MAX_MB_ARGUMENTS*11+1]; in dump_mb() local 114 u32arr2hex(mb->args, MAX_MB_ARGUMENTS, argstr)); in dump_mb() 589 char argstr[MAX_MB_ARGUMENTS*11+1]; in cx18_api_call() local 602 u32arr2hex(data, args, argstr)); in cx18_api_call() 606 u32arr2hex(data, args, argstr)); in cx18_api_call()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | codeparser.py | 219 argstr = codegen.to_source(arg) 223 self.log.debug(self.unhandled_message % (funcstr, argstr))
|
| /OK3568_Linux_fs/yocto/poky/documentation/profile-manual/ |
| H A D | usage.rst | 1771 which it extracts from the open syscall's argstr. 1777 printf ("%s(%d) open (%s)\n", execname(), pid(), argstr)
|