Home
last modified time | relevance | path

Searched refs:pipedes2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/tests/stdio/
H A Dgetdelim_test.c286 int fd_fifo, flags, i, ipcfd[2], pipedes[2], pipedes2[2], status; in _nonblock_eagain() local
294 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()