Searched refs:aslave (Results 1 - 14 of 14) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | openpty.c | 31 int amaster, aslave; in openpty_0100() local 32 int ret = openpty(&amaster, &aslave, NULL, NULL, NULL); in openpty_0100() 36 EXPECT_NE("openpty_0100", aslave, ERREXPECT); in openpty_0100() 47 int amaster, aslave; in openpty_0200() local 51 int ret = openpty(&amaster, &aslave, name, &tio, &size); in openpty_0200() 54 EXPECT_NE("openpty_0200", aslave, ERREXPECT); in openpty_0200()
|
H A D | ptsname.c | 52 int aslave = -1; in ptsname_0200() local 55 aslavename = ptsname(aslave); in ptsname_0200()
|
H A D | pty.c | 110 int amaster, aslave; in posix_openpt_0100() local
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl01.c | 32 static int amaster, aslave; variable 68 if (openpty(&amaster, &aslave, NULL, NULL, NULL) < 0) in setup() 79 if (aslave > 0) in cleanup() 80 SAFE_CLOSE(aslave); in cleanup()
|
/third_party/ltp/testcases/cve/ |
H A 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()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 328 aslave: *mut ::c_int, in openpty()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1779 aslave: *mut ::c_int, in openpty()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1805 aslave: *mut ::c_int, in openpty()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1830 aslave: *mut ::c_int, in openpty()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 2001 aslave: *mut ::c_int, in openpty()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2548 aslave: *mut ::c_int, in openpty()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2731 aslave: *mut ::c_int, in openpty()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3928 aslave: *mut ::c_int, in openpty()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5394 aslave: *mut ::c_int, in openpty()
|
Completed in 62 milliseconds