Home
last modified time | relevance | path

Searched refs:ptsname_buf (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dpty.cpp56 char* buf = tls.ptsname_buf; in ptsname()
57 int error = ptsname_r(fd, buf, sizeof(tls.ptsname_buf)); in ptsname()
/bionic/libc/private/
Dbionic_tls.h122 char ptsname_buf[32]; member
/bionic/tests/
Dstruct_layout_test.cpp65 CHECK_OFFSET(bionic_tls, ptsname_buf, 11344); in tests()
106 CHECK_OFFSET(bionic_tls, ptsname_buf, 10284); in tests()