Searched refs:childtty (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 79 static char *parenttty, *childtty; variable 113 maybe_run_child(&do_child_uclinux, "dS", &parentpid, &childtty); in main() 129 childtty = devname; in main() 139 if (self_exec(av[0], "dS", parentpid, childtty) < 0) in main() 378 cfd = open(childtty, O_RDWR, 0777); in do_child_setup() 381 "= %d", childtty, errno); in do_child_setup()
|