Searched refs:forkpty (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | getpass.cpp | 30 int pid = forkpty(&m, NULL, NULL, NULL); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/msan/Linux/ |
| H A D | forkpty.cpp | 26 forkpty(&parent2, NULL, NULL, NULL); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1236 INTERCEPTOR(int, forkpty, int *aparent, char *name, const void *termp, in INTERCEPTOR() argument 1240 int res = REAL(forkpty)(aparent, name, termp, winp); in INTERCEPTOR() 1245 #define MSAN_MAYBE_INTERCEPT_FORKPTY INTERCEPT_FUNCTION(forkpty)
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1756 fun:forkpty=uninstrumented
|