Searched defs:nsyscall_vec (Results 1 - 1 of 1) sorted by last modified time

/external/strace/
H A Dsyscall.c229 static const unsigned nsyscall_vec[SUPPORTED_PERSONALITIES] = { variable
285 nsyscalls = nsyscall_vec[personality];
446 for (i = 0; i < nsyscall_vec[p]; i++) {
561 for (i = 0; i < nsyscall_vec[pers]; i++)

Completed in 101 milliseconds