Searched refs:fd_npipe (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/select/ |
D | select01.c | 22 static int fd_reg, fds_pipe[2], fd_npipe; variable 34 {&fd_npipe, &readfds_npipe, &writefds_npipe, &fd_npipe, &fd_npipe, "with named pipe (FIFO)"}, 104 fd_npipe = SAFE_OPEN("tmpfile2", O_RDWR); in setup() 107 FD_SET(fd_npipe, &readfds_npipe); in setup() 108 FD_SET(fd_npipe, &writefds_npipe); in setup()
|