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

  /external/compiler-rt/test/msan/Linux/
tcgetattr.cc 11 int fd = getpt();
  /bionic/tests/
stdlib_test.cpp 267 // getpt returns a pty with O_RDWR|O_NOCTTY.
268 int fd = getpt();
297 int fd = getpt();
307 int fd = getpt();
317 int fd = getpt();
338 int fd = getpt();
348 int fd = getpt();
  /bionic/libc/bionic/
pty.cpp 37 int getpt(void) { function
  /bionic/libstdc++/include/
cstdlib 97 using ::getpt;
  /bionic/libc/include/
stdlib.h 123 int getpt(void);
  /development/ndk/platforms/android-L/include/
stdlib.h 130 extern int getpt(void);
  /development/ndk/platforms/android-3/include/
stdlib.h 139 extern int getpt(void);
  /development/ndk/platforms/android-8/include/
stdlib.h 140 extern int getpt(void);
  /development/ndk/platforms/android-9/include/
stdlib.h 140 extern int getpt(void);

Completed in 2429 milliseconds