Searched refs:fuse_opt_insert_arg (Results 1 – 2 of 2) sorted by relevance
245 int fuse_opt_insert_arg(struct fuse_args *args, int pos, const char *arg);
85 int fuse_opt_insert_arg(struct fuse_args *args, int pos, const char *arg) in fuse_opt_insert_arg() function346 if (fuse_opt_insert_arg(&ctx->outargs, 1, "-o") == -1 || in opt_parse()347 fuse_opt_insert_arg(&ctx->outargs, 2, ctx->opts) == -1) in opt_parse()