Searched refs:call_proc (Results 1 – 1 of 1) sorted by relevance
/external/libfuse/lib/ |
D | fuse_opt.c | 154 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc() function 233 if (call_proc(ctx, arg, opt->value, iso) == -1) in process_opt() 291 return call_proc(ctx, arg, FUSE_OPT_KEY_OPT, iso); in process_gopt() 351 return call_proc(ctx, arg, FUSE_OPT_KEY_NONOPT, 0); in process_one()
|