Home
last modified time | relevance | path

Searched defs:line_bytes (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dsort.c195 size_t line_bytes; /* Number of bytes to reserve for each line. */ member
1517 size_t line_bytes) in sort_buffer_size()
1578 initbuf (struct buffer *buf, size_t line_bytes, size_t alloc) in initbuf()
1766 size_t line_bytes = buf->line_bytes; in fillbuf() local