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

  /external/selinux/libselinux/src/
audit2why.c 73 int *foundlist = calloc(boolcnt, sizeof(int)); local
74 if (!foundlist) {
122 foundlist[fcnt] = i;
153 int ctr = foundlist[i];
158 free(foundlist);

Completed in 731 milliseconds