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

  /external/strace/
count.c 129 static int (*sortfun)(); variable
136 sortfun = time_cmp;
138 sortfun = count_cmp;
140 sortfun = syscall_cmp;
142 sortfun = NULL;
190 if (sortfun)
191 qsort((void *) sorted_count, nsyscalls, sizeof(int), sortfun);
ChangeLog-CVS     [all...]

Completed in 337 milliseconds