Home
last modified time | relevance | path

Searched refs:amaster (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dopenpty.c31 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()
Dpty.c110 int amaster, aslave; in posix_openpt_0100() local
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl01.c32 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/
Dftmm.c97 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/
Dftmm.h277 FT_Multi_Master *amaster );
304 FT_MM_Var* *amaster );
325 FT_MM_Var *amaster );
/third_party/ltp/testcases/cve/
Dcve-2014-0196.c49 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/
Dmod.rs327 amaster: *mut ::c_int, in openpty()
334 amaster: *mut ::c_int, in forkpty()
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1822 amaster: *mut ::c_int,
1829 amaster: *mut ::c_int,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1778 amaster: *mut ::c_int, in openpty()
1785 amaster: *mut ::c_int, in forkpty()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1804 amaster: *mut ::c_int, in openpty()
1811 amaster: *mut ::c_int, in forkpty()
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1994 amaster: *mut ::c_int, in forkpty()
2000 amaster: *mut ::c_int, in openpty()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2547 amaster: *mut ::c_int, in openpty()
2554 amaster: *mut ::c_int, in forkpty()
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2730 amaster: *mut ::c_int, in openpty()
2737 amaster: *mut ::c_int, in forkpty()
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5393 amaster: *mut ::c_int, in openpty()
5400 amaster: *mut ::c_int, in forkpty()
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3927 amaster: *mut ::c_int, in openpty()