HomeSort by: relevance | last modified time | path
    Searched defs:teststr1 (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/fs/ffs/
t_fifos.c 29 #define teststr1 "raving & drooling" macro
40 if (rump_sys_write(fd, teststr1, sizeof(teststr1)) != sizeof(teststr1))
71 if (rump_sys_read(fd, buf, sizeof(buf)) != sizeof(teststr1))
75 if (strcmp(teststr1, buf) != 0)
76 atf_tc_fail("got invalid str, %s vs. %s", buf, teststr1);

Completed in 11 milliseconds