Searched defs:TST_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/read/
H A Dread04.c62 #define TST_SIZE 27 /* could also do strlen(palfa) */ macro
95 if (TEST_RETURN != TST_SIZE) {
97 "expected %d", TEST_RETURN, TST_SIZE);
100 if (memcmp(palfa, prbuf, TST_SIZE) != 0) {
134 if (write(fild, palfa, TST_SIZE) != TST_SIZE) {

Completed in 115 milliseconds