/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | openpty.c | 31 int amaster, aslave; in openpty_0100() local 32 int ret = openpty(&amaster, &aslave, NULL, NULL, NULL); in openpty_0100() 35 EXPECT_NE("openpty_0100", amaster, ERREXPECT); in openpty_0100() 47 int amaster, aslave; in openpty_0200() local 51 int ret = openpty(&amaster, &aslave, name, &tio, &size); in openpty_0200() 53 EXPECT_NE("openpty_0200", amaster, ERREXPECT); in openpty_0200()
|
D | pty.c | 110 int amaster, aslave; in posix_openpt_0100() local
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl01.c | 32 static int amaster, aslave; variable 68 if (openpty(&amaster, &aslave, NULL, NULL, NULL) < 0) in setup() 71 fd = amaster; in setup() 77 if (amaster > 0) in cleanup() 78 SAFE_CLOSE(amaster); in cleanup()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftmm.c | 97 FT_Multi_Master *amaster ) in FT_Get_Multi_Master() argument 105 if ( !amaster ) in FT_Get_Multi_Master() 113 error = service->get_mm( face, amaster ); in FT_Get_Multi_Master() 124 FT_MM_Var* *amaster ) in FT_Get_MM_Var() 132 if ( !amaster ) in FT_Get_MM_Var() 140 error = service->get_mm_var( face, amaster ); in FT_Get_MM_Var() 151 FT_MM_Var* amaster ) in FT_Done_MM_Var() argument 160 FT_FREE( amaster ); in FT_Done_MM_Var()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftmm.h | 277 FT_Multi_Master *amaster ); 304 FT_MM_Var* *amaster ); 325 FT_MM_Var *amaster );
|
/third_party/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()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 327 amaster: *mut ::c_int, in openpty() 334 amaster: *mut ::c_int, in forkpty()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1822 amaster: *mut ::c_int, 1829 amaster: *mut ::c_int,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1778 amaster: *mut ::c_int, in openpty() 1785 amaster: *mut ::c_int, in forkpty()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1804 amaster: *mut ::c_int, in openpty() 1811 amaster: *mut ::c_int, in forkpty()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1994 amaster: *mut ::c_int, in forkpty() 2000 amaster: *mut ::c_int, in openpty()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2547 amaster: *mut ::c_int, in openpty() 2554 amaster: *mut ::c_int, in forkpty()
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 2730 amaster: *mut ::c_int, in openpty() 2737 amaster: *mut ::c_int, in forkpty()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 5393 amaster: *mut ::c_int, in openpty() 5400 amaster: *mut ::c_int, in forkpty()
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3927 amaster: *mut ::c_int, in openpty()
|