Home | History | Annotate | Download | only in debugfs

Lines Matching defs:opt_string

2417 	const char	*opt_string = "icR:f:b:s:Vd:D";
2419 const char *opt_string = "iwcR:f:b:s:Vd:D";
2432 while ((c = getopt (argc, argv, opt_string)) != EOF) {