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

Function errno_unsupported

src/copy.c:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257static bool
258errno_unsupported (int err)
259{
260 return err == ENOTSUP || err == ENODATA;
261}
262
263#if USE_XATTR
264ATTRIBUTE_FORMAT ((printf, 2, 3))

Callers 3

copy_attr_errorFunction · 0.85
set_process_security_ctxFunction · 0.85
set_file_security_ctxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected