Searched refs:txtsize (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dls.c604 static int txtsize; local
606 if ((st->st_size + 1) > txtsize)
608 txtsize = roundof(st->st_size + 1, 512);
609 if (!(txtdata = newof(txtdata, char, txtsize, 0)))
620 c = pathgetlink(dirnam, txtdata, txtsize);

Completed in 24 milliseconds