Searched refs:find_opt (Results 1 – 4 of 4) sorted by relevance
91 const Option& o = find_opt(optopt); in parse()100 const Option& opt = find_opt(c); in parse()112 const Option& OptionSet::find_opt(int c) in find_opt() function in OptionSet
36 static struct opt *find_opt(struct opt *opts, char *str) in find_opt() function91 o = find_opt(opts, cmdl->argv[i]); in parse_opts()
192 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, in find_opt() function204 return find_opt(opts, opt, &dummy) ? 1 : 0; in fuse_opt_match()277 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); in process_gopt()279 for (; opt; opt = find_opt(opt + 1, arg, &sep)) { in process_gopt()
35 const Option& find_opt(int c);