Return true if the errno value, ERR, is ignorable. */
| 156 | |
| 157 | /* Return true if the errno value, ERR, is ignorable. */ |
| 158 | static inline bool |
| 159 | ignorable (int err) |
| 160 | { |
| 161 | return filter_command && err == EPIPE; |
| 162 | } |
| 163 | |
| 164 | static void |
| 165 | set_suffix_length (intmax_t n_units, enum Split_type split_type) |
no outgoing calls
no test coverage detected