Searched refs:nextarg (Results 1 – 4 of 4) sorted by relevance
/third_party/curl/src/ |
D | tool_getparam.c | 474 GetFileAndPassword(char *nextarg, char **file, char **password) in GetFileAndPassword() argument 477 parse_cert_parameter(nextarg, &certname, &passphrase); in GetFileAndPassword() 484 cleanarg(nextarg); in GetFileAndPassword() 540 char *nextarg, /* NULL if unset */ in getparameter() argument 633 nextarg = (char *)&parse[1]; /* this is the actual extra parameter */ in getparameter() 636 else if(!nextarg) in getparameter() 642 (nextarg[0] == '-') && nextarg[1]) { in getparameter() 645 nextarg); in getparameter() 656 GetStr(&config->dns_ipv4_addr, nextarg); in getparameter() 660 GetStr(&config->dns_ipv6_addr, nextarg); in getparameter() [all …]
|
D | tool_getparam.h | 52 ParameterError getparameter(const char *flag, char *nextarg, bool *usedarg,
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | commands.c | 82 inline char *get_next_arg(char *args, char *nextarg) in get_next_arg() argument 84 return nextarg ? nextarg + strspn(nextarg, whitespace) : args + strnlen(args, CMDBUFSZ); in get_next_arg() 162 static int get_range(char *args, range_t * range, char **nextarg) in get_range() argument 166 char *nextarg; in get_range() local 168 args = strtok_r(args, whitespace, &nextarg); in get_range() 172 args = get_next_arg(args, nextarg); in get_range() 178 args = strtok_r(args, whitespace, &nextarg); in get_range() 186 args = get_next_arg(args, nextarg); in get_range() 190 *nextarg = args; in get_range() 265 static int get_mbind_policy(char *args, char **nextarg) in get_mbind_policy() argument [all …]
|
/third_party/toybox/lib/ |
D | args.c | 233 long *nextarg = (long *)&this; in parse_optflaglist() local 336 new->arg = (void *)nextarg; in parse_optflaglist() 337 *(nextarg++) = new->val[2].l; in parse_optflaglist()
|