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

  /external/ltp/testcases/kernel/pty/
ptem01.c 69 if (grantpt(masterfd) != 0) {
70 tst_brkm(TBROK | TERRNO, NULL, "grantpt() call failed");
148 if (grantpt(masterfd) != 0) {
149 tst_brkm(TBROK | TERRNO, NULL, "grantpt() call failed");
226 if (grantpt(masterfd) != 0) {
227 tst_brkm(TBROK | TERRNO, NULL, "grantpt() call failed");
274 if (grantpt(masterfd) != 0) {
275 tst_brkm(TBROK | TERRNO, NULL, "grantpt() call failed");
347 if (grantpt(masterfd[i]) != 0) {
349 "grantpt() call failed")
    [all...]
pty01.c 62 * mode we expect grantpt() to leave pty as
89 if (grantpt(masterfd) != 0) {
90 tst_brkm(TBROK | TERRNO, NULL, "grantpt() call failed");
100 /* grantpt() is a no-op in bionic. */
207 if (grantpt(masterfd) != 0) {
208 tst_brkm(TBROK | TERRNO, NULL, "grantpt() call failed");
284 if (grantpt(masterfd) != 0) {
285 tst_brkm(TBROK, NULL, "grantpt() call failed");
351 if (grantpt(masterfd) != 0) {
352 printf("proc %d: grantpt() call failed: %s"
    [all...]
hangup01.c 223 if (grantpt(masterfd) != 0)
224 tst_brkm(TBROK | TERRNO, NULL, "grantpt");
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 80 static __inline int grantpt(int __fd __attribute((unused))) { function
  /prebuilts/go/darwin-x86/src/os/signal/internal/pty/
pty.go 47 if _, err := C.grantpt(m); err != nil {
49 return nil, "", ptyError("grantpt", err)
  /prebuilts/go/linux-x86/src/os/signal/internal/pty/
pty.go 47 if _, err := C.grantpt(m); err != nil {
49 return nil, "", ptyError("grantpt", err)
  /bionic/libc/bionic/
pty.cpp 46 int grantpt(int) { function
121 if (grantpt(*master) == -1 || unlockpt(*master) == -1) {
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdlib 100 using ::grantpt;
  /external/syslinux/com32/include/
stdlib.h 95 static __inline__ int grantpt(int __fd) function
  /bionic/tests/headers/posix/
stdlib_h.c 90 FUNCTION(grantpt, int (*f)(int));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 193 int grantpt(int);
  /bionic/libc/include/
stdlib.h 192 int grantpt(int __fd) __INTRODUCED_IN(21);
  /external/sl4a/ScriptingLayerForAndroid/jni/
com_googlecode_android_scripting_Exec.cpp 44 if (grantpt(ptm) || unlockpt(ptm) ||
  /system/core/logwrapper/
logwrap.c 505 if (grantpt(parent_ptty) || unlockpt(parent_ptty) ||
  /external/autotest/client/deps/fakemodem/src/
fakemodem.c 293 || grantpt (masterfd) == -1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h     [all...]
  /bionic/tests/
stdlib_test.cpp 558 // grantpt is a no-op.
559 ASSERT_EQ(0, grantpt(fd));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 800 milliseconds