Home
last modified time | relevance | path

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

/external/honggfuzz/examples/terminal-emulators/
Dterminal-test.c21 static int fd_tty_read; variable
30 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()