Home
last modified time | relevance | path

Searched refs:ttyname_r (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/compiler-rt/test/msan/Linux/
Dforkpty.cpp19 ttyname_r(parent, name, sizeof(name)); in main()
/external/autotest/client/site_tests/platform_ToolchainTests/src/
Dclang-fortify-tests.cpp468 EXPECT_DEATH(ttyname_r(kBogusFD, small_buffer, sizeof(small_buffer) + 1)); in TestUnistd()
517 EXPECT_DEATH_STRUCT(ttyname_r(kBogusFD, split.tiny_buffer, sizeof(split))); in TestUnistd()
/external/rust/crates/libc/src/unix/
Dmod.rs902 pub fn ttyname_r(fd: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in ttyname_r() function
/external/rust/crates/nix/src/
Dunistd.rs2801 let ret = unsafe { libc::ttyname_r(fd, c_buf, buf.len()) }; in ttyname()
/external/jline/
Djline-3.13.3.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jline/ org/ ...
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4921 INTERCEPTOR(int, ttyname_r, int fd, char *name, SIZE_T namesize) {
4923 COMMON_INTERCEPTOR_ENTER(ctx, ttyname_r, fd, name, namesize);
4924 int res = REAL(ttyname_r)(fd, name, namesize);
4929 #define INIT_TTYNAME_R COMMON_INTERCEPT_FUNCTION(ttyname_r);
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3169 fun:ttyname_r=uninstrumented
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3169 fun:ttyname_r=uninstrumented
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst2509 In :mod:`posix`, use ``ttyname_r`` instead of ``ttyname`` for thread safety.
/external/python/cpython3/Modules/
Dposixmodule.c3005 int ret = ttyname_r(fd, buffer, size); in os_ttyname_impl()
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym877 PUBLIC cf8f0 0 ttyname_r
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...