Searched refs:pipe_fd (Results 1 – 1 of 1) sorted by relevance
16 int pipe_fd; in main() local37 pipe_fd = open(PIPE_NAME, O_RDONLY); in main()40 bytes_read = read(pipe_fd, buffer, BUFFER_SIZE); in main()47 close(pipe_fd); in main()59 pipe_fd = open(PIPE_NAME, O_WRONLY); in main()63 write(pipe_fd, message, strlen(message) + 1); in main()66 close(pipe_fd); in main()