Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/du/
H A Ddu.c308 struct entry *ohtable; in linkchk() local
318 ohtable = htable; in linkchk()
324 if (ohtable) { in linkchk()
327 if (ohtable[i].ino || ohtable[i].dev) in linkchk()
328 linkchk(ohtable[i].dev, ohtable[i].ino); in linkchk()
329 free(ohtable); in linkchk()
/netbsd-src/usr.sbin/makefs/
H A Dwalk.c786 struct entry *ohtable; in link_check()
796 ohtable = htable;
799 if (ohtable) {
801 if (ohtable[i].data)
802 link_check(ohtable[i].data);
803 free(ohtable);
747 struct entry *ohtable; link_check() local