Searched refs:forkpty (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libutil/tests/ |
H A D | forkpty_test.c | 38 pid = forkpty(&pty, NULL, NULL, NULL); in ATF_TC_BODY()
|
/freebsd/lib/libutil/ |
H A D | pty.c | 88 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp) in forkpty() function
|
H A D | Makefile | 64 MLINKS+=pty.3 forkpty.3 pty.3 openpty.3
|
H A D | libutil.h | 97 int forkpty(int *_amaster, char *_name,
|
/freebsd/contrib/netbsd-tests/lib/libcurses/director/ |
H A D | director.c | 242 if ((slave_pid = forkpty(&master, NULL, &term_attr, NULL)) < 0) in main()
|
/freebsd/sys/teken/demo/ |
H A D | teken_demo.c | 296 switch (forkpty(&ptfd, NULL, NULL, &ws)) { in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | 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/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1761 fun:forkpty=uninstrumented
|