Searched refs:teststr1 (Results 1 – 1 of 1) sorted by relevance
29 #define teststr1 "raving & drooling" macro40 if (rump_sys_write(fd, teststr1, sizeof(teststr1)) != sizeof(teststr1)) in w1()71 if (rump_sys_read(fd, buf, sizeof(buf)) != sizeof(teststr1)) in r1()75 if (strcmp(teststr1, buf) != 0) in r1()76 atf_tc_fail("got invalid str, %s vs. %s", buf, teststr1); in r1()