Lines Matching refs:cnt
139 HOODLUM(calloc, void *, (size_t cnt, size_t size));
745 int cnt;
767 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt, ++phdr) {
883 int cnt;
898 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt, ++phdr) {
1056 int cnt;
1067 for(cnt = 0, shdr = shdr_start; cnt < ehdr->e_shnum; ++cnt, ++shdr) {
1083 int cnt;
1102 if ((cnt = read(fd, &__header[0], PAGE_SIZE)) < 0) {