Home
last modified time | relevance | path

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

/coreutils/src/
Dcsplit.c256 read_input (char *dest, idx_t max_n_bytes) in read_input() argument
260 if (max_n_bytes == 0) in read_input()
263 bytes_read = safe_read (STDIN_FILENO, dest, max_n_bytes); in read_input()