Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
257
static bool
258
errno_unsupported (int err)
259
{
260
return err == ENOTSUP || err == ENODATA;
261
}
262
263
#if USE_XATTR
264
ATTRIBUTE_FORMAT ((printf, 2, 3))
Callers
3
copy_attr_error
Function · 0.85
set_process_security_ctx
Function · 0.85
set_file_security_ctx
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected