Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_tls.h95 char ptsname_buf[32]; member
/bionic/libc/bionic/
Dpty.cpp55 char* buf = tls.ptsname_buf; in ptsname()
56 int error = ptsname_r(fd, buf, sizeof(tls.ptsname_buf)); in ptsname()