HomeSort by relevance Sort by last modified time
    Searched defs:ptsname_r (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdlib.h 56 size_t __buflen), ptsname_r)
61 __nonnull ((2)) __warnattr ("ptsname_r called with buflen bigger than "
65 __NTH (ptsname_r (int __fd, char *__buf, size_t __buflen)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdlib.h 56 size_t __buflen), ptsname_r)
61 __nonnull ((2)) __warnattr ("ptsname_r called with buflen bigger than "
65 __NTH (ptsname_r (int __fd, char *__buf, size_t __buflen)) function
  /bionic/libc/bionic/
pty.cpp 57 int error = ptsname_r(fd, buf, sizeof(tls.ptsname_buf));
61 int ptsname_r(int fd, char* buf, size_t len) { function
130 if (ptsname_r(*master, name, sizeof(buf)) != 0) {

Completed in 50 milliseconds