Searched defs:count2 (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c401 int count2; local
516 count2 = p_count(p);
517 REQUIRE(count <= count2, REG_BADBR);
519 count2 = INFINITY;
521 count2 = count;
522 repeat(p, pos, count, count2, 0);
620 int count2; local
709 count2 = p_count(p);
710 REQUIRE(count <= count2, REG_BADBR);
712 count2
[all...]
/bionic/libc/dns/resolv/
H A Dres_cache.c977 int count1, count2, arcount1, arcount2; local
1000 count2 = _dnsPacket_readInt16(pack2);
1001 if (count1 != count2 || count1 < 0) {

Completed in 100 milliseconds