Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl07.c69 static int file_fd, pipe_fds[2], fifo_fd; variable
80 {&fifo_fd, "fifo"},
173 fifo_fd = SAFE_OPEN(cleanup, FIFONAME, O_RDWR, 0666); in setup()
187 if (fifo_fd > 0 && close(fifo_fd)) in cleanup()