Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libutil/tests/
HDforkpty_test.c38 pid = forkpty(&pty, NULL, NULL, NULL); in ATF_TC_BODY()
/freebsd-14-stable/lib/libutil/
HDpty.c90 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp) in forkpty() function
HDMakefile66 MLINKS+=pty.3 forkpty.3 pty.3 openpty.3
HDlibutil.h97 int forkpty(int *_amaster, char *_name,
/freebsd-14-stable/contrib/netbsd-tests/lib/libcurses/director/
HDdirector.c242 if ((slave_pid = forkpty(&master, NULL, &term_attr, NULL)) < 0) in main()
/freebsd-14-stable/sys/teken/demo/
HDteken_demo.c296 switch (forkpty(&ptfd, NULL, NULL, &ws)) { in main()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_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-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1761 fun:forkpty=uninstrumented