Searched refs:forkpty (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/lib/libutil/
H A Dpty.c91 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp) function
H A DMakefile65 MLINKS+=pty.3 forkpty.3 pty.3 openpty.3
H A Dlibutil.h99 int forkpty(int *_amaster, char *_name,
/freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c242 if ((slave_pid = forkpty(&master, NULL, &term_attr, NULL)) < 0)
/freebsd-12-stable/sys/teken/demo/
H A Dteken_demo.c298 switch (forkpty(&ptfd, NULL, NULL, &ws)) {
300 perror("forkpty");
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1221 // NetBSD ships with forkpty(3) in -lutil, that needs to be prebuilt explicitly
1224 INTERCEPTOR(int, forkpty, int *aparent, char *name, const void *termp,
1228 int res = REAL(forkpty)(aparent, name, termp, winp);
1233 #define MSAN_MAYBE_INTERCEPT_FORKPTY INTERCEPT_FUNCTION(forkpty)

Completed in 197 milliseconds