Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dpty.c48 struct winsize *winp) in openpty() argument
78 if (winp) in openpty()
79 ioctl(slave, TIOCSWINSZ, (char *)winp); in openpty()
88 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp) in forkpty() argument
92 if (openpty(&master, &slave, name, termp, winp) == -1) in forkpty()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-openpty.c133 struct winsize *winp) in openpty() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1333 const void *termp, const void *winp) { in INTERCEPTOR() argument
1336 int res = REAL(openpty)(aparent, aworker, name, termp, winp); in INTERCEPTOR()
1352 const void *winp) { in INTERCEPTOR() argument
1355 int res = REAL(forkpty)(aparent, name, termp, winp); in INTERCEPTOR()