Home
last modified time | relevance | path

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 Dgetpass.cpp30 int pid = forkpty(&m, NULL, NULL, NULL); in main()
/llvm-project-15.0.7/compiler-rt/test/msan/Linux/
H A Dforkpty.cpp26 forkpty(&parent2, NULL, NULL, NULL); in main()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1236 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 Dlibc_ubuntu1404_abilist.txt1756 fun:forkpty=uninstrumented