/external/openssh/openbsd-compat/ |
bsd-openpty.c | 78 * _getpty(3) exists in SGI Irix 4.x, 5.x & 6.x -- it generates more 83 if ((slave = _getpty(amaster, O_RDWR, 0622, 0)) == NULL)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pty.py | 58 tty_name, master_fd = sgi._getpty(os.O_RDWR, 0666, 0)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pty.py | 58 tty_name, master_fd = sgi._getpty(os.O_RDWR, 0666, 0)
|
/external/dropbear/ |
sshpty.c | 25 /* Pty allocated with _getpty gets broken if we do I_PUSH:es to it. */ 72 * _getpty(3) exists in SGI Irix 4.x, 5.x & 6.x -- it generates more 77 slave = _getpty(ptyfd, O_RDWR, 0622, 0); 80 "pty_allocate: _getpty: %.100s", strerror(errno));
|
configure | [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pyport.h | 660 extern char * _getpty(int *, int, mode_t, int); [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pyport.h | 660 extern char * _getpty(int *, int, mode_t, int); [all...] |
/external/openssh/ |
configure | [all...] |