Searched refs:fuse_opt (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/librefuse/
H A Dfuse_opt.h1 /* $NetBSD: fuse_opt.h,v 1.4 2007/05/17 01:55:43 christos Exp $ */
45 struct fuse_opt { struct
63 const struct fuse_opt *, fuse_opt_proc_t);
64 int fuse_opt_match(const struct fuse_opt *, const char *);
H A DMakefile17 INCS= fuse.h fuse_opt.h
H A Drefuse_opt.c41 #include <fuse_opt.h>
59 const struct fuse_opt *fop;
65 static int fuse_opt_popt(struct fuse_opt_option *, const struct fuse_opt *);
79 * int fuse_opt_match(const struct fuse_opt *, const char *);
81 * const struct fuse_opt *, fuse_opt_proc_t);
196 fuse_opt_match(const struct fuse_opt *opts, const char *opt)
216 fuse_opt_popt(struct fuse_opt_option *foo, const struct fuse_opt *opts)
276 const struct fuse_opt *opts, fuse_opt_proc_t proc)
H A Dfuse.h191 #include <fuse_opt.h>

Completed in 107 milliseconds