Home
last modified time | relevance | path

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

/coreutils/src/
Dsplit.c164 set_suffix_length (intmax_t n_units, enum Split_type split_type) in set_suffix_length() argument
177 if (split_type == type_chunk_bytes || split_type == type_chunk_lines in set_suffix_length()
178 || split_type == type_rr) in set_suffix_length()
1349 enum Split_type split_type = type_undef; in main() local
1406 if (split_type != type_undef) in main()
1408 split_type = type_bytes; in main()
1414 if (split_type != type_undef) in main()
1416 split_type = type_lines; in main()
1421 if (split_type != type_undef) in main()
1423 split_type = type_byteslines; in main()
[all …]