Searched refs:openpty (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/msan/Linux/ |
| H A D | forkpty.cpp | 14 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.py | 23 parent_fd, child_fd = os.openpty()
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/ |
| H A D | TestPtyServer.py | 17 primary, secondary = pty.openpty()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | gdbclientutils.py | 439 primary, secondary = pty.openpty()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1217 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 D | libc_ubuntu1404_abilist.txt | 2464 fun:openpty=uninstrumented
|