Searched refs:ptsname_r (Results 1 – 13 of 13) sorted by relevance
/external/rust/crates/nix/test/ |
D | test_pty.rs | 40 let slave_name_r = ptsname_r(&master_fd).unwrap(); in test_ptsname_equivalence() 73 let slave_name1 = ptsname_r(&master_fd).unwrap(); in test_ptsname_r_copy() 74 let slave_name2 = ptsname_r(&master_fd).unwrap(); in test_ptsname_r_copy()
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptsname.c | 21 int r = ptsname_r(pt, buff, sizeof(buff)); in main()
|
/external/rust/crates/nix/src/ |
D | pty.rs | 192 pub fn ptsname_r(fd: &PtyMaster) -> Result<String> { in ptsname_r() function 195 if unsafe { libc::ptsname_r(fd.as_raw_fd(), name_buf_ptr, name_buf.capacity()) } != 0 { in ptsname_r()
|
/external/llvm-project/lldb/cmake/modules/ |
D | LLDBGenerateConfig.cmake | 10 check_symbol_exists(ptsname_r stdlib.h HAVE_PTSNAME_R)
|
/external/llvm-project/lldb/source/Host/common/ |
D | PseudoTerminal.cpp | 108 int r = ptsname_r(m_primary_fd, buf, sizeof(buf)); in GetSecondaryName()
|
/external/autotest/client/site_tests/platform_ToolchainTests/src/ |
D | clang-fortify-tests.cpp | 704 EXPECT_DEATH(ptsname_r(kBogusFD, small_buffer, sizeof(small_buffer) + 1)); in TestStdlib() 735 EXPECT_DEATH_STRUCT(ptsname_r(kBogusFD, split.tiny_buffer, sizeof(split))); in TestStdlib()
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1548 pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> ::c_int; in ptsname_r() function
|
/external/rust/crates/nix/ |
D | CHANGELOG.md | 712 - Added `nix::pty::{grantpt, posix_openpt, ptsname/ptsname_r, unlockpt}`
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4893 INTERCEPTOR(int, ptsname_r, int fd, char *name, SIZE_T namesize) { 4895 COMMON_INTERCEPTOR_ENTER(ctx, ptsname_r, fd, name, namesize); 4896 int res = REAL(ptsname_r)(fd, name, namesize); 4901 #define INIT_PTSNAME_R COMMON_INTERCEPT_FUNCTION(ptsname_r);
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3894 pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> ::c_int; in ptsname_r() function
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2657 fun:ptsname_r=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2657 fun:ptsname_r=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1663 PUBLIC 10ef10 0 ptsname_r
|