Lines Matching defs:opt
24 const struct fuse_opt *opt; member
100 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
115 static int add_opt_common(char **opts, const char *opt, int esc) in add_opt_common()
139 int fuse_opt_add_opt(char **opts, const char *opt) in fuse_opt_add_opt()
144 int fuse_opt_add_opt_escaped(char **opts, const char *opt) in fuse_opt_add_opt_escaped()
149 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
192 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, in find_opt()
201 int fuse_opt_match(const struct fuse_opt *opts, const char *opt) in fuse_opt_match()
229 const struct fuse_opt *opt, unsigned sep, in process_opt()
251 const struct fuse_opt *opt, unsigned sep, in process_opt_sep_arg()
277 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); in process_gopt() local