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

/system/core/toolbox/
H A Dcmp.c14 char buf1[4096], buf2[4096]; local
63 res1 = read(fd1, &buf1, sizeof(buf1));
70 if(buf1[i] != buf2[i]) {
73 printf(" 0x%02x 0x%02x", buf1[i], buf2[i]);

Completed in 48 milliseconds