Home
last modified time | relevance | path

Searched refs:tlend (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dfactor.c2396 char *tlend = lbuf.buf + FACTOR_PIPE_BUF; in lbuf_putc() local
2397 while (*--tlend != '\n'); in lbuf_putc()
2398 tlend++; in lbuf_putc()
2400 lbuf.end = tlend; in lbuf_putc()
2404 memcpy (lbuf.buf, tlend, tend - tlend); in lbuf_putc()
2405 lbuf.end = lbuf.buf + (tend - tlend); in lbuf_putc()