MCPcopy 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
3829static int
3830off_cmp (off_t a, off_t b)
3831{
3832 return _GL_CMP (a, b);
3833}
3834
3835static int
3836cmp_size (struct fileinfo const *a, struct fileinfo const *b,

Callers 1

cmp_sizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected