qcopy_file_preserving  186 maint/gnulib/lib/copy-file.c   switch (qcopy_file_preserving (src_filename, dest_filename))
qcopy_file_preserving   42 maint/gnulib/lib/copy-file.h extern int qcopy_file_preserving (const char *src_filename, const char *dest_filename);
qcopy_file_preserving   41 maint/gnulib/tests/test-copy-file.c     ASSERT (qcopy_file_preserving (file1, file2) == 0);