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

  /external/strace/
ioctlsort.c 46 int nioctlents = sizeof ioctlent / sizeof ioctlent[0]; variable
63 qsort(ioctlent, nioctlents, sizeof ioctlent[0], compare);
64 for (i = 0; i < nioctlents; i++) {
ioctl.c 69 int nioctlents; variable
92 nioctlents, sizeof(struct ioctlent), compare);
108 if (iop < ioctlent + nioctlents && iop->code == code)

Completed in 528 milliseconds