HomeSort by relevance Sort by last modified time
    Searched refs:nsyscalls (Results 1 - 2 of 2) sorted by null

  /external/strace/
syscall.c 150 int nsyscalls; variable
192 nsyscalls = nsyscalls0;
204 nsyscalls = nsyscalls1;
217 nsyscalls = nsyscalls2;
297 for (i = 0; i < nsyscalls; i++) {
1088 if (scno < 0 || scno > nsyscalls) {
1117 if (scno < 0 || scno > nsyscalls) {
1295 if (scno >= 0 && scno < nsyscalls && sysent[scno].native_scno != 0)
    [all...]
defs.h 533 extern int nsyscalls;

Completed in 29 milliseconds