Home
last modified time | relevance | path

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

/external/compiler-rt/test/msan/Linux/
Dforkpty.cc16 forkpty(&master2, NULL, NULL, NULL); in main()
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dgetpass.cc13 int pid = forkpty(&master, NULL, NULL, NULL); in main()
/external/selinux/policycoreutils/run_init/
Dopen_init_pty.c249 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/
Dnetcat.c169 child = forkpty(&(pollfds[1].fd), NULL, NULL, NULL); in netcat_main()
/external/toybox/toys/pending/
Dtelnetd.c196 if ((TT.fork_pid = forkpty(&fd, tty_name, NULL, NULL)) > 0) { in new_session()
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1363 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/
Dlibclang_rt.msan-x86_64.a.syms1289 forkpty;
/external/selinux/policycoreutils/
DChangeLog450 * Clarify forkpty() error message in run_init from Manoj Srivastava.
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1756 fun:forkpty=uninstrumented