Searched refs:forkpty (Results 1 – 10 of 10) 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 | Symbol.map | 19 forkpty;
|
| H A D | libutil.h | 104 int forkpty(int *_amaster, char *_name,
|
| H A D | Makefile | 111 MLINKS+=pty.3 forkpty.3
|
| /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/tests/sys/kern/tty/ |
| H A D | test_sti.c | 86 pid = forkpty(termfd, NULL, NULL, NULL); in init_pty()
|
| /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
|