Home
last modified time | relevance | path

Searched refs:htused (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/usr.bin/du/
Ddu.c289 static int htused; /* 2*number of insertions */ in linkchk() local
307 if (htused<<1 >= htmask) { in linkchk()
316 htused = 0; in linkchk()
351 htused++; in linkchk()
/netbsd/src/usr.sbin/makefs/
Dwalk.c770 static size_t htused; /* 2*number of insertions */ in link_check() local
783 if (htused<<1 >= htmask) { in link_check()
792 htused = 0; in link_check()
824 htused++; in link_check()