Home | History | Annotate | Download | only in cut

Lines Matching refs:tbuf

295 	char *lbuf, *tbuf;
297 for (sep = dchar, tbuf = NULL; (lbuf = fgetln(fp, &len)) != NULL;) {
301 if ((tbuf = (char *)malloc(len + 1)) == NULL)
303 (void)memcpy(tbuf, lbuf, len);
304 tbuf[len++] = '\n';
305 lbuf = tbuf;
345 if (tbuf) {
346 free(tbuf);
347 tbuf = NULL;
350 if (tbuf)
351 free(tbuf);