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

  /src/include/
link_aout.h 283 int hi_next; /* Next in this bucket */ member in struct:hints_bucket
  /src/sbin/ldconfig/
ldconfig.c 412 blist[i].hi_next = -1;
432 while (bp->hi_next != -1)
433 bp = &blist[bp->hi_next];
434 bp->hi_next = i;

Completed in 12 milliseconds