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

  /bionic/libc/bionic/
pty.cpp 43 return posix_openpt(O_RDWR|O_NOCTTY);
50 int posix_openpt(int flags) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 608 #define posix_openpt(...) (pthread_testcancel(), posix_openpt(__VA_ARGS__)) macro
    [all...]

Completed in 74 milliseconds