fuse_opt
const struct fuse_opt opts[], fuse_opt_proc_t proc);
int fuse_opt_match(const struct fuse_opt opts[], const char *opt);
static const struct fuse_opt fuse_lib_opts[] = {
static const struct fuse_opt fuse_mount_opts[] = {
static const struct fuse_opt *find_opt(const struct fuse_opt *opt,
int fuse_opt_match(const struct fuse_opt *opts, const char *opt)
const struct fuse_opt *opt;
const struct fuse_opt *opt, unsigned sep,
const struct fuse_opt *opt, unsigned sep,
const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep);
const struct fuse_opt opts[], fuse_opt_proc_t proc)
static const struct fuse_opt fuse_helper_opts[] = {
const struct fuse_opt fsOptions[] = {