/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_opt.c | 24 struct fuse_args outargs; member 96 return fuse_opt_add_arg(&ctx->outargs, arg); in add_arg() 131 int res = ctx->proc(ctx->data, arg, key, &ctx->outargs); in call_proc() 327 ctx->nonopt = ctx->outargs.argc; in process_one() 345 if (fuse_opt_insert_arg(&ctx->outargs, 1, "-o") == -1 || in opt_parse() 346 fuse_opt_insert_arg(&ctx->outargs, 2, ctx->opts) == -1) in opt_parse() 349 if (ctx->nonopt && ctx->nonopt == ctx->outargs.argc) { in opt_parse() 350 free(ctx->outargs.argv[ctx->outargs.argc - 1]); in opt_parse() 351 ctx->outargs in opt_parse() [all...] |
H A D | mount.c | 266 struct fuse_args *outargs) in fuse_mount_opt_proc() 273 fuse_opt_add_arg(outargs, "-oallow_root") == -1) in fuse_mount_opt_proc() 265 fuse_mount_opt_proc(void *data, const char *arg, int key, struct fuse_args *outargs) fuse_mount_opt_proc() argument
|
H A D | fuse_lowlevel.c | 1378 struct fuse_args *outargs) in fuse_ll_opt_proc() 1380 (void) data; (void) outargs; in fuse_ll_opt_proc() 1377 fuse_ll_opt_proc(void *data, const char *arg, int key, struct fuse_args *outargs) fuse_ll_opt_proc() argument
|
H A D | fuse.c | 2958 struct fuse_args *outargs) in fuse_lib_opt_proc() 2960 (void) arg; (void) outargs; in fuse_lib_opt_proc() 2957 fuse_lib_opt_proc(void *data, const char *arg, int key, struct fuse_args *outargs) fuse_lib_opt_proc() argument
|
/third_party/libfuse/lib/ |
H A D | fuse_opt.c | 29 struct fuse_args outargs; member 112 return fuse_opt_add_arg(&ctx->outargs, arg); in add_arg() 161 int res = ctx->proc(ctx->data, arg, key, &ctx->outargs); in call_proc() 365 ctx->nonopt = ctx->outargs.argc; in process_one() 383 if (fuse_opt_insert_arg(&ctx->outargs, 1, "-o") == -1 || in opt_parse() 384 fuse_opt_insert_arg(&ctx->outargs, 2, ctx->opts) == -1) in opt_parse() 389 if (ctx->nonopt && ctx->nonopt == ctx->outargs.argc && in opt_parse() 390 strcmp(ctx->outargs.argv[ctx->outargs.argc - 1], "--") == 0) { in opt_parse() 391 free(ctx->outargs in opt_parse() [all...] |
H A D | mount_bsd.c | 112 struct fuse_args *outargs) in fuse_mount_opt_proc() 114 (void) outargs; in fuse_mount_opt_proc() 111 fuse_mount_opt_proc(void *data, const char *arg, int key, struct fuse_args *outargs) fuse_mount_opt_proc() argument
|
H A D | helper.c | 146 struct fuse_args *outargs) in fuse_helper_opt_proc() 148 (void) outargs; in fuse_helper_opt_proc() 145 fuse_helper_opt_proc(void *data, const char *arg, int key, struct fuse_args *outargs) fuse_helper_opt_proc() argument
|
H A D | mount.c | 188 struct fuse_args *outargs) in fuse_mount_opt_proc() 190 (void) outargs; in fuse_mount_opt_proc() 187 fuse_mount_opt_proc(void *data, const char *arg, int key, struct fuse_args *outargs) fuse_mount_opt_proc() argument
|
H A D | fuse.c | 4677 struct fuse_args *outargs) in fuse_lib_opt_proc() 4679 (void) arg; (void) outargs; (void) data; (void) key; in fuse_lib_opt_proc() 4676 fuse_lib_opt_proc(void *data, const char *arg, int key, struct fuse_args *outargs) fuse_lib_opt_proc() argument
|
/third_party/libfuse/example/ |
H A D | cuse.c | 266 struct fuse_args *outargs) in cusexmp_process_arg() 270 (void)outargs; in cusexmp_process_arg() 277 return fuse_opt_add_arg(outargs, "-ho"); in cusexmp_process_arg() 265 cusexmp_process_arg(void *data, const char *arg, int key, struct fuse_args *outargs) cusexmp_process_arg() argument
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_opt.h | 176 * @param outargs the current output argument list 180 struct fuse_args *outargs);
|
/third_party/libfuse/include/ |
H A D | fuse_opt.h | 177 * @param outargs the current output argument list 181 struct fuse_args *outargs);
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 630 struct fuse_args *outargs) in subdir_opt_proc() 632 (void) data; (void) arg; (void) outargs; in subdir_opt_proc() 629 subdir_opt_proc(void *data, const char *arg, int key, struct fuse_args *outargs) subdir_opt_proc() argument
|
H A D | iconv.c | 659 struct fuse_args *outargs) in iconv_opt_proc() 661 (void) data; (void) arg; (void) outargs; in iconv_opt_proc() 658 iconv_opt_proc(void *data, const char *arg, int key, struct fuse_args *outargs) iconv_opt_proc() argument
|