Searched refs:fd_tty_read (Results 1 – 1 of 1) sorted by relevance
21 static int fd_tty_read; variable30 fd_tty_read = open("/dev/tty", O_RDWR | O_NONBLOCK); in LLVMFuzzerInitialize()31 if (fd_tty_read == -1) { in LLVMFuzzerInitialize()82 ssize_t sz = read(fd_tty_read, read_buf, sizeof(read_buf)); in LLVMFuzzerTestOneInput()