HomeSort by: relevance | last modified time | path
    Searched defs:hcount (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/lpr/pac/
pac.c 66 static int hcount; /* Count of hash entries */ variable in typeref:typename:int
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++;
pac.c 66 static int hcount; /* Count of hash entries */ variable in typeref:typename:int
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++;

Completed in 383 milliseconds