Lines Matching refs:outargs
24 struct fuse_args outargs;
96 return fuse_opt_add_arg(&ctx->outargs, arg);
131 int res = ctx->proc(ctx->data, arg, key, &ctx->outargs);
327 ctx->nonopt = ctx->outargs.argc;
345 if (fuse_opt_insert_arg(&ctx->outargs, 1, "-o") == -1 ||
346 fuse_opt_insert_arg(&ctx->outargs, 2, ctx->opts) == -1)
349 if (ctx->nonopt && ctx->nonopt == ctx->outargs.argc) {
350 free(ctx->outargs.argv[ctx->outargs.argc - 1]);
351 ctx->outargs.argv[--ctx->outargs.argc] = NULL;
376 *args = ctx.outargs;
377 ctx.outargs = tmp;
380 fuse_opt_free_args(&ctx.outargs);