Home
last modified time | relevance | path

Searched refs:fuse_opt_parse (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/regress/lib/libfuse/
H A Dfuse-opt-parse.c109 assert(fuse_opt_parse(NULL, &data, opts, proc) == 0); in test_null_args()
145 assert(fuse_opt_parse(&args, &data, NULL, proc) == 0); in test_null_opts()
198 assert(fuse_opt_parse(&args, &data, opts, NULL) == 0); in test_null_proc()
257 assert(fuse_opt_parse(&args, &data, opts, proc) == 0); in test_all_args()
/openbsd-src/lib/libfuse/
H A DSymbols.map21 fuse_opt_parse;
H A Dfuse_opt.h44 int fuse_opt_parse(struct fuse_args *, void *, const struct fuse_opt *,
H A Dfuse_opt.c263 fuse_opt_parse(struct fuse_args *args, void *data, in fuse_opt_parse() function
359 DEF(fuse_opt_parse);
H A Dfuse.c297 if (fuse_opt_parse(args, &opts, fuse_mount_opts, NULL) == -1) in fuse_mount()
418 if (fuse_opt_parse(args, &fuse->conf, fuse_lib_opts, in fuse_new()
609 if (fuse_opt_parse(args, &opt, fuse_core_opts, ifuse_process_opt) == -1) in fuse_parse_cmdline()
H A Dfuse_private.h163 PROTO(fuse_opt_parse);