Home
last modified time | relevance | path

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

/external/honggfuzz/examples/terminal-emulators/
Dterminal-test.c20 static int fd_tty_write; variable
25 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()