Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/pty/
H A Dpty06.c41 static char tty_path_a[BUF_SIZE]; variable
61 int fd = SAFE_OPEN(tty_path_a, O_RDWR); in do_test()
80 sprintf(tty_path_a, "/dev/tty%d", test_tty_port + 1); in setup()
83 if (access(tty_path_a, F_OK) || access(tty_path_b, F_OK)) in setup()

Completed in 1 milliseconds