Searched refs:fd_tty_write (Results 1 – 1 of 1) sorted by relevance
20 static int fd_tty_write; variable25 fd_tty_write = open("/dev/tty", O_RDWR | O_DSYNC); in LLVMFuzzerInitialize()26 if (fd_tty_write == -1) { in LLVMFuzzerInitialize()78 write(fd_tty_write, buf, len); in LLVMFuzzerTestOneInput()