Searched refs:ohtable (Results 1 - 2 of 2) sorted by last modified time

/netbsd-6-1-5-RELEASE/usr.sbin/makefs/
H A Dwalk.c632 struct entry *ohtable; local
642 ohtable = htable;
648 if (ohtable) {
651 if (ohtable[i].data)
652 link_check(ohtable[i].data);
653 free(ohtable);
/netbsd-6-1-5-RELEASE/usr.bin/du/
H A Ddu.c296 struct entry *ohtable; local
306 ohtable = htable;
312 if (ohtable) {
315 if (ohtable[i].ino || ohtable[i].dev)
316 linkchk(ohtable[i].dev, ohtable[i].ino);
317 free(ohtable);

Completed in 180 milliseconds