Home | History | Annotate | Download | only in strace

Lines Matching full:qual_options

363 static const struct qual_options {
368 } qual_options[] = {
508 const struct qual_options *opt;
517 opt = &qual_options[0];
518 for (i = 0; (p = qual_options[i].option_name); i++) {
521 opt = &qual_options[i];