Lines Matching defs:count
804 /* Limit iov count to avoid EINVALs from writev() */
1032 unsigned int count;
1047 count = 0;
1048 while (start + CMSG_LEN(count * sizeof(*pi)) < end)
1049 count++;
1050 assert(start + CMSG_LEN(count * sizeof(*pi)) == end);
1052 for (i = 0; i < count; i++) {
1058 for (; i < count; i++)
1083 int count;
1092 count = 32;
1101 && (count-- > 0)) {