Home
last modified time | relevance | path

Searched refs:forkpty (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libutil/tests/
H A Dforkpty_test.c38 pid = forkpty(&pty, NULL, NULL, NULL); in ATF_TC_BODY()
/freebsd/lib/libutil/
H A Dpty.c88 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp) in forkpty() function
H A DMakefile64 MLINKS+=pty.3 forkpty.3 pty.3 openpty.3
H A Dlibutil.h97 int forkpty(int *_amaster, char *_name,
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c242 if ((slave_pid = forkpty(&master, NULL, &term_attr, NULL)) < 0) in main()
/freebsd/sys/teken/demo/
H A Dteken_demo.c296 switch (forkpty(&ptfd, NULL, NULL, &ws)) { in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1351 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 Dlibc_ubuntu1404_abilist.txt1761 fun:forkpty=uninstrumented