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

/haiku-fatelf/src/bin/coreutils/src/
H A Dsort.c161 size_t line_bytes; /* Number of bytes to reserve for each line. */ member in struct:buffer
1318 size_t line_bytes)
1325 size_t worst_case_per_input_byte = line_bytes + 1;
1381 initbuf (struct buffer *buf, size_t line_bytes, size_t alloc) argument
1394 if (alloc <= line_bytes + 1)
1398 buf->line_bytes = line_bytes;
1567 size_t line_bytes = buf->line_bytes; local
1585 size_t avail = (char *) linelim - buf->nlines * line_bytes
1316 sort_buffer_size(FILE *const *fps, size_t nfps, char *const *files, size_t nfiles, size_t line_bytes) argument
[all...]

Completed in 92 milliseconds