Searched refs:bytes2 (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A Druntest.c607 char bytes2[4096]; local
619 res2 = read(fd2, bytes2, 4096);
627 if (memcmp(bytes1, bytes2, res1) != 0) {
/haiku-fatelf/src/tests/kits/storage/
H A DMimeTypeTest.cpp314 ssize_t bytes1, bytes2; local
318 err = msg2.FindData(name, typeFound2, j, (const void**)&data2, &bytes2);
320 err = (bytes1 == bytes2 && memcmp(data1, data2, bytes1) == 0 ? B_OK : B_ERROR);

Completed in 95 milliseconds