Home
last modified time | relevance | path

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

/DragonOS/user/apps/test_pty/
H A Dtest_pty.c10 int ptm, pts; in main() local
14 if (openpty(&ptm, &pts, name, NULL, NULL) == -1) { in main()
32 ssize_t n = read(ptm, buf, sizeof(buf)); in main()
37 dprintf(ptm, "hello world from master\n"); in main()
45 close(ptm); in main()