crc32_no_xor       37 maint/gnulib/lib/crc.h extern uint32_t crc32_no_xor (const char *buf, size_t len);
crc32_no_xor       37 maint/gnulib/tests/test-crc.c   p = crc32_no_xor ("foo", 3);