Searched refs:forkpty (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/lib/libutil/tests/ |
| HD | forkpty_test.c | 38 pid = forkpty(&pty, NULL, NULL, NULL); in ATF_TC_BODY()
|
| /freebsd-14-stable/lib/libutil/ |
| HD | pty.c | 90 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp) in forkpty() function
|
| HD | Makefile | 66 MLINKS+=pty.3 forkpty.3 pty.3 openpty.3
|
| HD | libutil.h | 97 int forkpty(int *_amaster, char *_name,
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libcurses/director/ |
| HD | director.c | 242 if ((slave_pid = forkpty(&master, NULL, &term_attr, NULL)) < 0) in main()
|
| /freebsd-14-stable/sys/teken/demo/ |
| HD | teken_demo.c | 296 switch (forkpty(&ptfd, NULL, NULL, &ws)) { in main()
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/msan/ |
| HD | msan_interceptors.cpp | 1351 INTERCEPTOR(int, forkpty, int *aparent, char *name, const void *termp, in INTERCEPTOR() argument 1355 int res = REAL(forkpty)(aparent, name, termp, winp); in INTERCEPTOR() 1360 #define MSAN_MAYBE_INTERCEPT_FORKPTY INTERCEPT_FUNCTION(forkpty)
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1761 fun:forkpty=uninstrumented
|