Home
last modified time | relevance | path

Searched refs:outargs (Results 1 - 14 of 14) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_opt.c24 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 Dmount.c266 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 Dfuse_lowlevel.c1378 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 Dfuse.c2958 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 Dfuse_opt.c29 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 Dmount_bsd.c112 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 Dhelper.c146 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 Dmount.c188 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 Dfuse.c4677 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 Dcuse.c266 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 Dfuse_opt.h176 * @param outargs the current output argument list
180 struct fuse_args *outargs);
/third_party/libfuse/include/
H A Dfuse_opt.h177 * @param outargs the current output argument list
181 struct fuse_args *outargs);
/third_party/libfuse/lib/modules/
H A Dsubdir.c630 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 Diconv.c659 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

Completed in 22 milliseconds