MCPcopy Create free account
hub / github.com/RsyncProject/rsync / file_compare

Function file_compare

flist.c:1732–1736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1730}
1731
1732static int file_compare(const void *file1, const void *file2)
1733{
1734 return f_name_cmp(*(struct file_struct **)file1,
1735 *(struct file_struct **)file2);
1736}
1737
1738/* The guts of a merge-sort algorithm. This was derived from the glibc
1739 * version, but I (Wayne) changed the merge code to do less copying and

Callers

nothing calls this directly

Calls 1

f_name_cmpFunction · 0.85

Tested by

no test coverage detected