Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-29661/
Dpoc.cpp77 int tty = open(ptsname(ptmx), O_RDWR); in main() local
78 if (tty == -1) err(EXIT_FAILURE, "open tty"); in main()
103 if (ioctl(tty, TIOCSPGRP, &pgrp)) { in main()