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

  /packages/apps/Terminal/jni/
forkpty.h 20 pid_t forkpty(int *master, int *slave, const struct termios *termp,
Android.mk 8 forkpty.cpp
forkpty.cpp 17 #define LOG_TAG "forkpty"
28 #include "forkpty.h"
30 pid_t forkpty(int *master, int *slave, const struct termios *termp, function
com_android_terminal_Terminal.cpp 23 #include "forkpty.h"
335 mChildPid = forkpty(&mMasterFd, NULL, &termios, &size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
pty.h 40 extern int forkpty (int *__amaster, char *__name,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pty.h 40 extern int forkpty (int *__amaster, char *__name,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pty.py 95 pid, fd = os.forkpty()
103 # os.forkpty() already set us session leader
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pty.py 95 pid, fd = os.forkpty()
103 # os.forkpty() already set us session leader
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 672 /* BSDI does not supply a prototype for the 'openpty' and 'forkpty'
676 extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 672 /* BSDI does not supply a prototype for the 'openpty' and 'forkpty'
676 extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);
    [all...]

Completed in 2121 milliseconds