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

/haiku-fatelf/src/bin/coreutils/src/
H A Dsort.c1597 char *ptrlim = ptr + bytes_read; local
1608 if (buf->buf == ptrlim)
1610 if (ptrlim[-1] != eol)
1611 *ptrlim++ = eol;
1616 while ((p = memchr (ptr, eol, ptrlim - ptr)))
1647 ptr = ptrlim;

Completed in 55 milliseconds