Home
last modified time | relevance | path

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

/external/libfuse/lib/
Dfuse_opt.c22 struct fuse_opt_context { struct
100 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
110 static int add_arg(struct fuse_opt_context *ctx, const char *arg) in add_arg()
149 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
154 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc()
228 static int process_opt(struct fuse_opt_context *ctx, in process_opt()
250 static int process_opt_sep_arg(struct fuse_opt_context *ctx, in process_opt_sep_arg()
274 static int process_gopt(struct fuse_opt_context *ctx, const char *arg, int iso) in process_gopt()
294 static int process_real_option_group(struct fuse_opt_context *ctx, char *opts) in process_real_option_group()
334 static int process_option_group(struct fuse_opt_context *ctx, const char *opts) in process_option_group()
[all …]