Searched refs:hcount (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/usr.sbin/lpr/pac/
H A Dpac.c66 static int hcount; /* Count of hash entries */ variable
258 base = calloc(sizeof hp, hcount);
261 for (ap = base, c = hcount; c--; ap++) {
267 qsort(base, hcount, sizeof hp, qucmp);
273 for (ap = base, c = hcount; c--; ap++) {
342 hcount++;
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_eppi.c48 bu16 BFIN_MMR_16(hcount);
77 eppi->hcount,
116 case mmr_offset(hcount):
173 case mmr_offset(hcount):
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_eppi.c49 bu16 BFIN_MMR_16(hcount);
78 eppi->hcount,
117 case mmr_offset(hcount):
174 case mmr_offset(hcount):
/netbsd-current/external/mpl/bind/dist/bin/tests/system/addzone/
H A Dtests.sh132 hcount=$(grep "^# New zone file for view: _default" ns2/3bf305731dd26307.nzf | wc -l)
133 [ $hcount -eq 0 ] || ret=1
184 hcount=$(grep "^# New zone file for view: _default" ns2/3bf305731dd26307.nzf | wc -l)
185 [ $hcount -eq 1 ] || ret=1
522 hcount=$(grep "^# New zone file for view: external" ns2/external.nzf | wc -l)
523 [ $hcount -eq 1 ] || ret=1
/netbsd-current/external/mpl/dhcp/dist/relay/
H A Ddhcrelay.c453 int hcount; local
456 hcount = atoi(argv[i]);
457 if (hcount <= 255)
458 max_hop_count= hcount;

Completed in 108 milliseconds