Lines Matching refs:strs
277 const char *strs[] = { in _nonblock_eagain() local
284 size_t linecap, strslen[nitems(strs)]; in _nonblock_eagain()
292 strslen[i] = strlen(strs[i]); in _nonblock_eagain()
308 ATF_REQUIRE(write(fd_fifo, strs[0], strslen[0] - 3) == in _nonblock_eagain()
315 &(strs[0][strslen[0] - 3]), 3) == 3); in _nonblock_eagain()
317 ATF_REQUIRE(write(fd_fifo, strs[1], strslen[1]) == strslen[1]); in _nonblock_eagain()
318 ATF_REQUIRE(write(fd_fifo, strs[2], strslen[2] - 3) == in _nonblock_eagain()
325 &(strs[2][strslen[2] - 3]), 3) == 3); in _nonblock_eagain()
326 ATF_REQUIRE(write(fd_fifo, strs[3], strslen[3] - 3) == in _nonblock_eagain()
333 &(strs[3][strslen[3] - 3]), 3) == 3); in _nonblock_eagain()
363 ATF_REQUIRE_STREQ(strs[0], line); in _nonblock_eagain()
365 ATF_REQUIRE_STREQ(strs[1], line); in _nonblock_eagain()
380 ATF_REQUIRE_STREQ(strs[2], line); in _nonblock_eagain()
395 ATF_REQUIRE_STREQ(strs[3], line); in _nonblock_eagain()