Home
last modified time | relevance | path

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

/coreutils/src/
Dsplit.c651 intmax_t max_files) in bytes_split() argument
688 new_file_flag = !max_files || (opened < max_files); in bytes_split()
706 if (! filter_ok && opened == max_files) in bytes_split()
718 while (opened++ < max_files) in bytes_split()