Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c1575 size_t blcm_max = MIN (SIZE_MAX, SSIZE_MAX); in copy_reg() local
1577 blcm_max); in copy_reg()
1589 if (buf_size == 0 || blcm_max < buf_size) in copy_reg()