Searched refs:fd_fifo (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/tests/stdio/ |
H A D | getdelim_test.c | 286 int fd_fifo, flags, i, ipcfd[2], pipedes[2], pipedes2[2], status; in _nonblock_eagain() local 305 ATF_REQUIRE((fd_fifo = open("fifo", O_WRONLY)) != -1); in _nonblock_eagain() 308 ATF_REQUIRE(write(fd_fifo, strs[0], strslen[0] - 3) == in _nonblock_eagain() 314 ATF_REQUIRE(write(fd_fifo, 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() 324 ATF_REQUIRE(write(fd_fifo, in _nonblock_eagain() 326 ATF_REQUIRE(write(fd_fifo, strs[3], strslen[3] - 3) == in _nonblock_eagain() 332 ATF_REQUIRE(write(fd_fifo, in _nonblock_eagain()
|