Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Drandread.c140 size_t max_bytes = MIN (buflim - buf, MAX_GETRANDOM); in get_nonce() local
141 ssize_t nbytes = getrandom (buf, max_bytes, 0); in get_nonce()
/coreutils/src/
Ddd.c164 static idx_t max_bytes = 0; variable
1632 max_bytes = count % input_blocksize; in scanargs()
1677 i_nocache_eof = (max_records == 0 && max_bytes == 0); in scanargs()
1683 o_nocache_eof = (max_records == 0 && max_bytes == 0); in scanargs()
2162 if (max_records == 0 && max_bytes == 0) in dd_copy()
2181 if (r_partial + r_full >= max_records + !!max_bytes) in dd_copy()
2193 nread = iread_fnc (STDIN_FILENO, ibuf, max_bytes); in dd_copy()
2536 if (max_records == 0 && max_bytes == 0) in main()