Home
last modified time | relevance | path

Searched refs:fuse_opt_proc_t (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/librefuse/
H A Drefuse_opt.c232 static int call_proc(fuse_opt_proc_t proc, void* data, in call_proc()
287 fuse_opt_proc_t proc, bool is_opt) in parse_matched_arg()
337 const struct fuse_opt *opts, fuse_opt_proc_t proc, bool is_opt) 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.h58 typedef int (*fuse_opt_proc_t)(void *, const char *, int, struct fuse_args *); typedef
68 const struct fuse_opt *, fuse_opt_proc_t);