Searched refs:forkpty (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/test/msan/Linux/ |
D | forkpty.cc | 16 forkpty(&master2, NULL, NULL, NULL); in main()
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | getpass.cc | 13 int pid = forkpty(&master, NULL, NULL, NULL); in main()
|
/external/selinux/policycoreutils/run_init/ |
D | open_init_pty.c | 249 child_pid = forkpty(&pty_master, NULL, &tty_attr, &window_size); in main() 251 child_pid = forkpty(&pty_master, NULL, NULL, NULL); in main()
|
/external/toybox/toys/other/ |
D | netcat.c | 169 child = forkpty(&(pollfds[1].fd), NULL, NULL, NULL); in netcat_main()
|
/external/toybox/toys/pending/ |
D | telnetd.c | 196 if ((TT.fork_pid = forkpty(&fd, tty_name, NULL, NULL)) > 0) { in new_session()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1363 INTERCEPTOR(int, forkpty, int *amaster, char *name, const void *termp, in INTERCEPTOR() argument 1367 int res = REAL(forkpty)(amaster, name, termp, winp); in INTERCEPTOR() 1639 INTERCEPT_FUNCTION(forkpty); in InitializeInterceptors()
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/lib/linux/ |
D | libclang_rt.msan-x86_64.a.syms | 1289 forkpty;
|
/external/selinux/policycoreutils/ |
D | ChangeLog | 450 * Clarify forkpty() error message in run_init from Manoj Srivastava.
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1756 fun:forkpty=uninstrumented
|