Searched refs:pipedes2 (Results 1 – 1 of 1) sorted by relevance
286 int fd_fifo, flags, i, ipcfd[2], pipedes[2], pipedes2[2], status; in _nonblock_eagain() local294 ATF_REQUIRE(pipe2(pipedes2, O_CLOEXEC) == 0); in _nonblock_eagain()302 ipcfd[0] = pipedes2[0]; in _nonblock_eagain()303 close(pipedes2[1]); in _nonblock_eagain()339 close(pipedes2[0]); in _nonblock_eagain()340 ipcfd[1] = pipedes2[1]; in _nonblock_eagain()