Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ off_cmp
Function
off_cmp
src/ls.c:3829–3833 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3827
}
3828
3829
static int
3830
off_cmp (off_t a, off_t b)
3831
{
3832
return _GL_CMP (a, b);
3833
}
3834
3835
static int
3836
cmp_size (struct fileinfo const *a, struct fileinfo const *b,
Callers
1
cmp_size
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected