Searched refs:fuse_opt_parse (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/regress/lib/libfuse/ |
H A D | fuse-opt-parse.c | 109 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 D | Symbols.map | 21 fuse_opt_parse;
|
H A D | fuse_opt.h | 44 int fuse_opt_parse(struct fuse_args *, void *, const struct fuse_opt *,
|
H A D | fuse_opt.c | 263 fuse_opt_parse(struct fuse_args *args, void *data, in fuse_opt_parse() function 359 DEF(fuse_opt_parse);
|
H A D | fuse.c | 297 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 D | fuse_private.h | 163 PROTO(fuse_opt_parse);
|