Home
last modified time | relevance | path

Searched refs:winp (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/lib/libutil/
Dpty.c51 struct winsize *winp) in openpty() argument
81 if (winp) in openpty()
82 ioctl(slave, TIOCSWINSZ, (char *)winp); in openpty()
91 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp) in forkpty() argument
95 if (openpty(&master, &slave, name, termp, winp) == -1) in forkpty()
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dbsd-openpty.c133 struct winsize *winp) in openpty() argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1196 const void *termp, const void *winp) { in INTERCEPTOR() argument
1199 int res = REAL(openpty)(aparent, aworker, name, termp, winp); in INTERCEPTOR()
1215 const void *winp) { in INTERCEPTOR() argument
1218 int res = REAL(forkpty)(aparent, name, termp, winp); in INTERCEPTOR()