Searched refs:ipcfd (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/tests/stdio/ |
H A D | getdelim_test.c | 255 ipc_wait(int ipcfd[2]) in ipc_wait() 258 _ipc_read(ipcfd[0], '+'); in ipc_wait() 260 _ipc_write(ipcfd[1], '-'); in ipc_wait() 264 ipc_wakeup(int ipcfd[2]) in ipc_wakeup() 267 _ipc_write(ipcfd[1], '+'); in ipc_wakeup() 269 _ipc_read(ipcfd[0], '-'); in ipc_wakeup() 286 int fd_fifo, flags, i, ipcfd[2], pipedes[2], pipedes2[2], status; in _nonblock_eagain() local 301 ipcfd[1] = pipedes[1]; in _nonblock_eagain() 302 ipcfd[0] = pipedes2[0]; in _nonblock_eagain() 310 ipc_wakeup(ipcfd); in _nonblock_eagain() [all …]
|