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

  /external/strace/
count.c 61 counts = xcalloc(nsyscalls, sizeof(*counts));
171 sorted_count = xcalloc(sizeof(int), nsyscalls);
177 for (i = 0; i < nsyscalls; i++) {
190 qsort((void *) sorted_count, nsyscalls, sizeof(int), sortfun);
191 for (i = 0; i < nsyscalls; i++) {
syscall.c 222 unsigned nsyscalls = nsyscalls0; variable
274 nsyscalls = nsyscall_vec[personality];
579 xcalloc(nsyscalls, sizeof(**inject_vec));
582 nsyscalls * sizeof(**inject_vec));
defs.h 903 extern unsigned nsyscalls;
928 return scno < nsyscalls;