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