Searched refs:this_opt (Results 1 – 2 of 2) sorted by relevance
415 const struct fuse_opt *this_opt = opts; in fuse_opt_match() local420 while (this_opt->templ) { in fuse_opt_match()421 if (match_opt(this_opt->templ, opt)) in fuse_opt_match()423 this_opt++; in fuse_opt_match()
692 int this_opt, last_opt = '?'; in main() local742 while ((this_opt = getopt(argc, argv, in main()744 if (isdigit(this_opt)) { in main()747 add_digit(&quickdump, this_opt); in main()750 add_digit(&v_opt, this_opt); in main()753 add_digit(&width, this_opt); in main()756 switch (this_opt) { in main()758 last_opt = this_opt; in main()763 last_opt = this_opt; in main()772 switch (this_opt) { in main()[all …]