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

  /src/usr.bin/du/
du.c 308 struct entry *ohtable; local in function:linkchk
318 ohtable = htable;
324 if (ohtable) {
327 if (ohtable[i].ino || ohtable[i].dev)
328 linkchk(ohtable[i].dev, ohtable[i].ino);
329 free(ohtable);
  /src/usr.sbin/makefs/
walk.c 784 struct entry *ohtable; local in function:link_check
794 ohtable = htable;
797 if (ohtable) {
799 if (ohtable[i].data)
800 link_check(ohtable[i].data);
801 free(ohtable);

Completed in 17 milliseconds