HomeSort by relevance Sort by last modified time
    Searched refs:ptsname_r (Results 1 - 9 of 9) sorted by null

  /bionic/libc/bionic/
pty.cpp 57 int error = ptsname_r(fd, buf, sizeof(tls.ptsname_buf));
61 int ptsname_r(int fd, char* buf, size_t len) { function
130 if (ptsname_r(*master, name, sizeof(buf)) != 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdlib.h 56 size_t __buflen), ptsname_r)
61 __nonnull ((2)) __warnattr ("ptsname_r called with buflen bigger than "
65 __NTH (ptsname_r (int __fd, char *__buf, size_t __buflen)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdlib.h 56 size_t __buflen), ptsname_r)
61 __nonnull ((2)) __warnattr ("ptsname_r called with buflen bigger than "
65 __NTH (ptsname_r (int __fd, char *__buf, size_t __buflen)) function
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdlib 98 using ::ptsname_r;
  /external/autotest/client/site_tests/platform_ToolchainTests/src/
clang-fortify-tests.cpp 617 EXPECT_DEATH(ptsname_r(kBogusFD, small_buffer, sizeof(small_buffer) + 1));
648 EXPECT_DEATH_STRUCT(ptsname_r(kBogusFD, split.tiny_buffer, sizeof(split)));
  /bionic/libc/include/
stdlib.h 124 int ptsname_r(int __fd, char* __buf, size_t __n);
  /bionic/tests/
stdlib_test.cpp 561 // ptsname_r should start "/dev/pts/".
563 ASSERT_EQ(0, ptsname_r(fd, name_r, sizeof(name_r)));
579 ASSERT_EQ(ENOTTY, ptsname_r(STDOUT_FILENO, buf, sizeof(buf)));
588 ASSERT_EQ(EINVAL, ptsname_r(fd, buf, 128));
598 ASSERT_EQ(ERANGE, ptsname_r(fd, buf, sizeof(buf)));
  /system/core/logwrapper/
logwrap.c 506 ptsname_r(parent_ptty, child_devname, sizeof(child_devname)) != 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h     [all...]

Completed in 1249 milliseconds