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

Function xstrcoll_df_version

src/ls.c:3918–3922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3916 return cmp_version (b, a);
3917}
3918static int
3919xstrcoll_df_version (V a, V b)
3920{
3921 return dirfirst_check (a, b, xstrcoll_version);
3922}
3923static int
3924rev_xstrcoll_df_version (V a, V b)
3925{

Callers

nothing calls this directly

Calls 1

dirfirst_checkFunction · 0.85

Tested by

no test coverage detected