Home
last modified time | relevance | path

Searched refs:qual_options (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dsyscall.c363 static const struct qual_options { struct
368 } qual_options[] = { argument
508 const struct qual_options *opt; in qualify()
517 opt = &qual_options[0]; in qualify()
518 for (i = 0; (p = qual_options[i].option_name); i++) { in qualify()
521 opt = &qual_options[i]; in qualify()
DChangeLog-CVS1782 * syscall.c (qual_signal, qual_options): Remove redundant argument
2589 * syscall.c (qual_options): Add const to defn.
3761 (qual_options): Replace lookup field with qualify, update initializer.