Searched refs:bufcmp (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/io/direct_io/ |
D | diotest_routines.c | 78 int bufcmp(char *b1, char *b2, int bsize) in bufcmp() function 98 if (bufcmp(iv1->iov_base, iv2->iov_base, iv1->iov_len) < 0) { in vbufcmp()
|
D | diotest_routines.h | 5 extern int bufcmp(char *b1, char *b2, int bsize);
|
D | diotest2.c | 118 if (bufcmp(buf1, buf2, bufsize) != 0) { in runtest()
|
D | diotest3.c | 135 if (bufcmp(buf1, buf2, bufsize) != 0) { in runtest()
|