HomeSort by: relevance | last modified time | path
    Searched refs:fuse_opt (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/librefuse/
fuse_opt.h 1 /* $NetBSD: fuse_opt.h,v 1.10 2022/01/22 08:01:50 pho Exp $ */
49 struct fuse_opt { struct
68 const struct fuse_opt *, fuse_opt_proc_t);
69 int fuse_opt_match(const struct fuse_opt *, const char *);
Makefile 19 INCS= fuse.h fuse_opt.h fuse_log.h fuse_lowlevel.h
refuse_lowlevel.c 38 #include <fuse_opt.h>
47 static struct fuse_opt fuse_lowlevel_opts[] = {
refuse_opt.c 32 #include <fuse_opt.h>
212 static const struct fuse_opt *
213 find_opt(const struct fuse_opt *opts, const char *opt, ssize_t *sep_idx)
227 fuse_opt_match(const struct fuse_opt *opts, const char *opt)
286 const struct fuse_opt* opt, ssize_t sep_idx, void* data,
312 * this is a bad idea but it's exactly what fuse_opt
337 const struct fuse_opt *opts, fuse_opt_proc_t proc, bool is_opt)
340 const struct fuse_opt *opt = find_opt(opts, arg, &sep_idx);
394 const struct fuse_opt *opts, fuse_opt_proc_t proc)
438 const struct fuse_opt *opts, fuse_opt_proc_t proc
    [all...]
refuse.c 43 #include <fuse_opt.h>
66 static struct fuse_opt refuse_opts[] = {
fuse.h 34 #include <fuse_opt.h>
  /src/tests/lib/librefuse/
t_refuse_opt.c 121 struct fuse_opt o1[] = { FUSE_OPT_KEY("-x" , 0), FUSE_OPT_END };
122 struct fuse_opt o2[] = { FUSE_OPT_KEY("foo" , 0), FUSE_OPT_END };
123 struct fuse_opt o3[] = { FUSE_OPT_KEY("foo=" , 0), FUSE_OPT_END };
124 struct fuse_opt o4[] = { FUSE_OPT_KEY("foo=%s", 0), FUSE_OPT_END };
125 struct fuse_opt o5[] = { FUSE_OPT_KEY("-x " , 0), FUSE_OPT_END };
126 struct fuse_opt o6[] = { FUSE_OPT_KEY("-x %s" , 0), FUSE_OPT_END };
159 static struct fuse_opt foofs_opts[] = {

Completed in 19 milliseconds