MCPcopy Create free account
hub / github.com/coreutils/coreutils / buffer_linelim

Function buffer_linelim

src/sort.c:1705–1710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1703/* Return one past the limit of the line array. */
1704
1705static inline struct line *
1706buffer_linelim (struct buffer const *buf)
1707{
1708 void *linelim = buf->buf + buf->alloc;
1709 return linelim;
1710}
1711
1712/* Return a pointer to the first character of the field specified
1713 by KEY in LINE. */

Callers 4

fillbufFunction · 0.85
checkFunction · 0.85
mergefpsFunction · 0.85
sortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected