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

/freebsd-10.3-release/usr.bin/tail/
H A Dread.c141 } *llines; local
146 if ((llines = calloc(off, sizeof(*llines))) == NULL)
160 if ((int)llines[recno].blen < cnt) {
161 llines[recno].blen = cnt + 256;
162 if ((llines[recno].l = realloc(llines[recno].l,
163 llines[recno].blen)) == NULL)
166 bcopy(sp, llines[recno].l, llines[recn
[all...]

Completed in 29 milliseconds