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

  /bionic/libc/bionic/
pty.cpp 42 return posix_openpt(O_RDWR|O_NOCTTY);
49 int posix_openpt(int flags) { function
  /external/bison/darwin-lib/
stdlib.h 767 _GL_FUNCDECL_SYS (posix_openpt, int, (int flags));
769 _GL_CXXALIAS_SYS (posix_openpt, int, (int flags));
770 _GL_CXXALIASWARN (posix_openpt);
772 # undef posix_openpt macro
774 _GL_WARN_ON_USE (posix_openpt, "posix_openpt is not portable - "
775 "use gnulib module posix_openpt for portability");
    [all...]
  /external/bison/linux-lib/
stdlib.h 767 _GL_FUNCDECL_SYS (posix_openpt, int, (int flags));
769 _GL_CXXALIAS_SYS (posix_openpt, int, (int flags));
770 _GL_CXXALIASWARN (posix_openpt);
772 # undef posix_openpt macro
774 _GL_WARN_ON_USE (posix_openpt, "posix_openpt is not portable - "
775 "use gnulib module posix_openpt for portability");
    [all...]
  /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 771 milliseconds