Searched refs:ptsname_r (Results 1 – 6 of 6) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | pty.cpp | 57 int error = ptsname_r(fd, buf, sizeof(tls.ptsname_buf)); in ptsname() 61 int ptsname_r(int fd, char* buf, size_t len) { in ptsname_r() function 130 if (ptsname_r(*pty, name, sizeof(buf)) != 0) { in openpty()
|
/aosp12/bionic/tests/ |
H A D | stdlib_test.cpp | 645 ASSERT_EQ(0, ptsname_r(fd, name_r, sizeof(name_r))); in TEST() 661 ASSERT_EQ(ENOTTY, ptsname_r(STDOUT_FILENO, buf, sizeof(buf))); in TEST() 670 ASSERT_EQ(EINVAL, ptsname_r(fd, buf, 128)); in TEST() 680 ASSERT_EQ(ERANGE, ptsname_r(fd, buf, sizeof(buf))); in TEST()
|
/aosp12/bionic/libc/include/ |
H A D | stdlib.h | 124 int ptsname_r(int __fd, char* __buf, size_t __n);
|
/aosp12/system/logging/logwrapper/ |
H A D | logwrap.cpp | 556 ptsname_r(parent_ptty, child_devname, sizeof(child_devname)) != 0) { in logwrap_fork_execvp()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 832 ptsname_r;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 832 ptsname_r;
|