Home
last modified time | relevance | path

Searched refs:ptsname_r (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/bionic/
Dpty.cpp58 int error = ptsname_r(fd, buf, g_ptsname_tls_buffer.size()); in ptsname()
62 int ptsname_r(int fd, char* buf, size_t len) { in ptsname_r() function
133 if (ptsname_r(*master, name, sizeof(buf)) != 0) { in openpty()
/bionic/tests/
Dstdlib_test.cpp381 ASSERT_EQ(0, ptsname_r(fd, name_r, sizeof(name_r))); in TEST()
397 ASSERT_EQ(ENOTTY, ptsname_r(STDOUT_FILENO, buf, sizeof(buf))); in TEST()
406 ASSERT_EQ(EINVAL, ptsname_r(fd, buf, 128)); in TEST()
416 ASSERT_EQ(ERANGE, ptsname_r(fd, buf, sizeof(buf))); in TEST()
/bionic/libc/include/
Dstdlib.h135 int ptsname_r(int, char*, size_t);
/bionic/libstdc++/include/
Dcstdlib96 using ::ptsname_r;
/bionic/libc/
Dlibc.mips64.map756 ptsname_r;
Dlibc.x86_64.map756 ptsname_r;
Dlibc.arm64.map756 ptsname_r;
Dlibc.x86.brillo.map810 ptsname_r;
Dlibc.mips.brillo.map812 ptsname_r;
Dlibc.arm.brillo.map814 ptsname_r;
Dlibc.mips.map812 ptsname_r;
Dlibc.x86.map810 ptsname_r;
Dlibc.arm.map814 ptsname_r;
Dlibc.map.txt839 ptsname_r;