refuse_opt.c | 213 find_opt(const struct fuse_opt *opts, const char *opt, ssize_t *sep_idx) function in typeref:typename:const struct fuse_opt * 229 return find_opt(opts, opt, NULL) != NULL ? 1 : 0; 340 const struct fuse_opt *opt = find_opt(opts, arg, &sep_idx); 346 opt = find_opt(++opt, arg, &sep_idx)) {
|