Home
last modified time | relevance | path

Searched refs:fuse_opt (Results 1 – 8 of 8) sorted by relevance

/netbsd/lib/librefuse/
H A Drefuse_opt.c212 static const struct fuse_opt *
213 find_opt(const struct fuse_opt *opts, const char *opt, ssize_t *sep_idx) in find_opt()
227 fuse_opt_match(const struct fuse_opt *opts, const char *opt) in fuse_opt_match()
286 const struct fuse_opt* opt, ssize_t sep_idx, void* data, in parse_matched_arg()
337 const struct fuse_opt *opts, fuse_opt_proc_t proc, bool is_opt) in parse_arg()
340 const struct fuse_opt *opt = find_opt(opts, arg, &sep_idx); in parse_arg()
394 const struct fuse_opt *opts, fuse_opt_proc_t proc) in parse_opts()
438 const struct fuse_opt *opts, fuse_opt_proc_t proc) in parse_all()
503 const struct fuse_opt *opts, fuse_opt_proc_t proc) in fuse_opt_parse()
H A Dfuse_opt.h49 struct fuse_opt { struct
68 const struct fuse_opt *, fuse_opt_proc_t); argument
69 int fuse_opt_match(const struct fuse_opt *, const char *);
H A DMakefile19 INCS= fuse.h fuse_opt.h fuse_log.h fuse_lowlevel.h
H A Drefuse_lowlevel.c47 static struct fuse_opt fuse_lowlevel_opts[] = {
H A DTODO34 fuse_opt
H A Drefuse.c66 static struct fuse_opt refuse_opts[] = {
/netbsd/tests/lib/librefuse/
H A Dt_refuse_opt.c121 struct fuse_opt o1[] = { FUSE_OPT_KEY("-x" , 0), FUSE_OPT_END }; in ATF_TC_BODY()
122 struct fuse_opt o2[] = { FUSE_OPT_KEY("foo" , 0), FUSE_OPT_END }; in ATF_TC_BODY()
123 struct fuse_opt o3[] = { FUSE_OPT_KEY("foo=" , 0), FUSE_OPT_END }; in ATF_TC_BODY()
124 struct fuse_opt o4[] = { FUSE_OPT_KEY("foo=%s", 0), FUSE_OPT_END }; in ATF_TC_BODY()
125 struct fuse_opt o5[] = { FUSE_OPT_KEY("-x " , 0), FUSE_OPT_END }; in ATF_TC_BODY()
126 struct fuse_opt o6[] = { FUSE_OPT_KEY("-x %s" , 0), FUSE_OPT_END }; in ATF_TC_BODY()
159 static struct fuse_opt foofs_opts[] = {
/netbsd/distrib/sets/lists/comp/
H A Dmi997 ./usr/include/fuse_opt.h comp-refuse-include