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

/external/strace/
H A Dsyscall.c372 static const struct qual_options { struct
377 } qual_options[] = { variable in typeref:struct:qual_options
518 const struct qual_options *opt;
527 opt = &qual_options[0];
528 for (i = 0; (p = qual_options[i].option_name); i++) {
531 opt = &qual_options[i];

Completed in 84 milliseconds