Searched defs:qual_options (Results 1 - 1 of 1) sorted by relevance

/external/strace/
H A Dsyscall.c247 static const struct qual_options { struct
252 } qual_options[] = { variable in typeref:struct:qual_options
410 const struct qual_options *opt;
416 opt = &qual_options[0];
417 for (i = 0; (p = qual_options[i].option_name); i++) {
420 opt = &qual_options[i];

Completed in 84 milliseconds