Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-29661/
Dpoc.cpp102 int pgrp = getpid(); in main() local
103 if (ioctl(tty, TIOCSPGRP, &pgrp)) { in main()
129 int pgrp = getpid(); in main() local
130 if (ioctl(ptmx, TIOCSPGRP, &pgrp)) { in main()