Home
last modified time | relevance | path

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

/openbsd/src/lib/libutil/
Dpty.c54 const struct winsize *winp) in openpty() argument
60 if (fdopenpty(ptmfd, amaster, aslave, name, termp, winp) == -1) { in openpty()
70 const struct termios *termp, const struct winsize *winp) in fdopenpty() argument
94 if (winp) in fdopenpty()
95 (void) ioctl(slave, TIOCSWINSZ, winp); in fdopenpty()
101 const struct winsize *winp) in forkpty() argument
108 if ((pid = fdforkpty(ptmfd, amaster, name, termp, winp)) == -1) { in forkpty()
118 const struct winsize *winp) in fdforkpty() argument
123 if (fdopenpty(ptmfd, &master, &slave, name, termp, winp) == -1) in fdforkpty()
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1246 const void *termp, const void *winp) { in INTERCEPTOR() argument
1249 int res = REAL(openpty)(aparent, aworker, name, termp, winp); in INTERCEPTOR()
1265 const void *winp) { in INTERCEPTOR() argument
1268 int res = REAL(forkpty)(aparent, name, termp, winp); in INTERCEPTOR()