Home
last modified time | relevance | path

Searched refs:posix_openpt (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/src/misc/
Dpty.c8 int posix_openpt(int flags) in posix_openpt() function
/third_party/musl/porting/liteos_a/user/src/misc/
Dpty.c9 int posix_openpt(int flags) in posix_openpt() function
/third_party/musl/libc-test/src/api/
Dstdlib.c101 {int(*p)(int) = posix_openpt;} in g()
/third_party/musl/include/
Dstdlib.h119 int posix_openpt (int);
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h120 int posix_openpt (int);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h124 int posix_openpt (int);
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h608 #define posix_openpt(...) (pthread_testcancel(), posix_openpt(__VA_ARGS__)) macro
/third_party/musl/
DWHATSNEW2194 - posix_openpt with no ptys available produced wrong errno