Home | History | Annotate | Download | only in fsstress

Lines Matching defs:ilist

217 int *ilist;
346 ilist = realloc(ilist, ++ilistlen * sizeof(*ilist));
347 ilist[ilistlen - 1] = strtol(optarg, &p, 16);
852 if (ilist[j] == id) {
896 if (ilist[j] == fep->id) {