MCPcopy Create free account
hub / github.com/coreutils/coreutils / ignorable

Function ignorable

src/split.c:158–162  ·  view source on GitHub ↗

Return true if the errno value, ERR, is ignorable. */

Source from the content-addressed store, hash-verified

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

Callers 4

closeoutFunction · 0.85
cwriteFunction · 0.85
bytes_chunk_extractFunction · 0.85
lines_rrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected