Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-29661/
Dpoc.cpp74 int ptmx = open("/dev/ptmx", O_RDWR); in main() local
75 if (ptmx == -1) err(EXIT_FAILURE, "open ptmx"); in main()
76 unlockpt(ptmx); in main()
77 int tty = open(ptsname(ptmx), O_RDWR); in main()
130 if (ioctl(ptmx, TIOCSPGRP, &pgrp)) { in main()