Home
last modified time | relevance | path

Searched refs:tty_path (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/pty/
H A Dpty07.c38 static char tty_path[BUF_SIZE]; variable
84 sprintf(tty_path, "/dev/tty%d", test_tty_port); in setup()
85 if (access(tty_path, F_OK)) in setup()
88 fd = SAFE_OPEN(tty_path, O_RDWR); in setup()

Completed in 1 milliseconds