Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dpty.cpp84 int error = ttyname_r(fd, buf, sizeof(tls.ttyname_buf)); in ttyname()
88 int ttyname_r(int fd, char* buf, size_t len) { in ttyname_r() function
/aosp12/bionic/tests/
H A Dstdlib_test.cpp695 TEST(stdlib, ttyname_r) { in TEST() argument
701 ASSERT_EQ(0, ttyname_r(fd, name_r, sizeof(name_r))); in TEST()
711 ASSERT_EQ(ENOTTY, ttyname_r(fd, buf, sizeof(buf))); in TEST()
721 ASSERT_EQ(EINVAL, ttyname_r(fd, buf, 128)); in TEST()
731 ASSERT_EQ(ERANGE, ttyname_r(fd, buf, sizeof(buf))); in TEST()
H A Dpty_test.cpp40 ASSERT_EQ(0, ttyname_r(tty, tty_name, sizeof(tty_name))); in TEST()
/aosp12/bionic/libc/include/
H A Dunistd.h281 int ttyname_r(int __fd, char* __buf, size_t __buf_size);
/aosp12/bionic/tests/headers/posix/
H A Dunistd_h.c372 FUNCTION(ttyname_r, int (*f)(int, char*, size_t)); in unistd_h()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt1092 ttyname_r
/aosp12/bionic/libc/
H A Dlibc.map.txt1108 ttyname_r;
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt1108 ttyname_r;