Lines Matching refs:hlc
58 int fd, ouid, ggid, hlc, warn, adev, aino, sparselen;
62 // hardlinks seen so far (hlc many)
240 for (i = 0; i<TT.hlc; i++) {
244 if (i != TT.hlc) {
249 if (!(TT.hlc&255)) TT.hlx = xrealloc(TT.hlx, TT.hlc+256);
250 TT.hlx[TT.hlc].arg = xstrdup(hname);
251 TT.hlx[TT.hlc].ino = st->st_ino;
252 TT.hlx[TT.hlc].dev = st->st_dev;
253 TT.hlc++;
944 while(TT.hlc) free(TT.hlx[--TT.hlc].arg);