Home
last modified time | relevance | path

Searched refs:argctr (Results 1 - 2 of 2) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_opt.c21 int argctr; member
86 if (ctx->argctr + 1 >= ctx->argc) { in next_arg()
90 ctx->argctr++; in next_arg()
229 param = ctx->argv[ctx->argctr]; in process_opt_sep_arg()
322 return process_option_group(ctx, ctx->argv[ctx->argctr]); in process_one()
340 for (ctx->argctr = 1; ctx->argctr < ctx->argc; ctx->argctr++) in opt_parse()
341 if (process_one(ctx, ctx->argv[ctx->argctr]) == -1) in opt_parse()
/third_party/libfuse/lib/
H A Dfuse_opt.c26 int argctr; member
102 if (ctx->argctr + 1 >= ctx->argc) { in next_arg()
106 ctx->argctr++; in next_arg()
261 param = ctx->argv[ctx->argctr]; in process_opt_sep_arg()
360 ctx->argv[ctx->argctr]); in process_one()
378 for (ctx->argctr = 1; ctx->argctr < ctx->argc; ctx->argctr++) in opt_parse()
379 if (process_one(ctx, ctx->argv[ctx->argctr]) == -1) in opt_parse()

Completed in 2 milliseconds