OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpidx
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
parse-options.c
222
p->out[p->
cpidx
++] = arg - 2;
309
ctx->
cpidx
= ((flags & PARSE_OPT_KEEP_ARGV0) != 0);
334
ctx->out[ctx->
cpidx
++] = ctx->argv[0];
398
ctx->out[ctx->
cpidx
++] = ctx->argv[0];
406
memmove(ctx->out + ctx->
cpidx
, ctx->argv, ctx->argc * sizeof(*ctx->out));
407
ctx->out[ctx->
cpidx
+ ctx->argc] = NULL;
408
return ctx->
cpidx
+ ctx->argc;
parse-options.h
164
int argc,
cpidx
;
member in struct:parse_opt_ctx_t
Completed in 32 milliseconds