Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/msan/Linux/
H A Dforkpty.cpp14 openpty(&parent, &worker, NULL, NULL, NULL); in main()
/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A D_fork_pty.py23 parent_fd, child_fd = os.openpty()
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestPtyServer.py17 primary, secondary = pty.openpty()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py439 primary, secondary = pty.openpty()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1217 INTERCEPTOR(int, openpty, int *aparent, int *aworker, char *name, in INTERCEPTOR() argument
1221 int res = REAL(openpty)(aparent, aworker, name, termp, winp); in INTERCEPTOR()
1228 #define MSAN_MAYBE_INTERCEPT_OPENPTY INTERCEPT_FUNCTION(openpty)
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2464 fun:openpty=uninstrumented