HomeSort by relevance Sort by last modified time
    Searched refs:ptsname_buf (Results 1 - 2 of 2) sorted by null

  /bionic/libc/private/
bionic_tls.h 95 char ptsname_buf[32]; member in struct:bionic_tls
  /bionic/libc/bionic/
pty.cpp 56 char* buf = tls.ptsname_buf;
57 int error = ptsname_r(fd, buf, sizeof(tls.ptsname_buf));

Completed in 83 milliseconds