Searched refs:aslave (Results 1 – 10 of 10) sorted by relevance
/external/openssh/openbsd-compat/ |
D | bsd-openpty.c | 75 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty() argument 89 if ((*aslave = open(slave, O_RDWR | O_NOCTTY)) == -1) { in openpty() 121 if ((*aslave = open(pts, O_RDWR | O_NOCTTY)) == -1) { in openpty() 132 if (ioctl(*aslave, I_FIND, "ptem") != 0) in openpty() 140 ioctl(*aslave, I_PUSH, "ptem"); in openpty() 141 ioctl(*aslave, I_PUSH, "ldterm"); in openpty() 143 ioctl(*aslave, I_PUSH, "ttcompat"); in openpty() 157 if ((*aslave = open(ttname, O_RDWR | O_NOCTTY)) == -1) { in openpty() 189 if ((*aslave = open(ttbuf, O_RDWR | O_NOCTTY)) == -1) { in openpty()
|
/external/ltp/testcases/cve/ |
D | cve-2014-0196.c | 49 static void create_pty(int *amaster, int *aslave) in create_pty() argument 51 if (openpty(amaster, aslave, NULL, NULL, NULL) == -1) in create_pty()
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 254 aslave: *mut ::c_int, in openpty()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1222 INTERCEPTOR(int, openpty, int *amaster, int *aslave, char *name, in INTERCEPTOR() argument 1226 int res = REAL(openpty)(amaster, aslave, name, termp, winp); in INTERCEPTOR() 1229 __msan_unpoison(aslave, sizeof(*aslave)); in INTERCEPTOR()
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 676 aslave: *mut ::c_int, in openpty()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1636 aslave: *mut ::c_int, in openpty()
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1518 aslave: *mut ::c_int, in openpty()
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1620 aslave: *mut ::c_int,
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 3631 aslave: *mut ::c_int, in openpty()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3908 aslave: *mut ::c_int, in openpty()
|