Lines Matching defs:count
771 /* Limit iov count to avoid EINVALs from writev() */
843 int count;
848 * (or faster than) we can write it. This `count` mechanism does not need to
851 count = 32;
871 if (count-- > 0)
985 size_t count;
995 count = cmsg->cmsg_len - CMSG_LEN(0);
996 assert(count % sizeof(fd) == 0);
997 count /= sizeof(fd);
999 for (i = 0; i < count; i++) {
1006 for (; i < count; i++)
1025 int count;
1034 count = 32;
1043 && (count-- > 0)) {