Searched refs:get_pty (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xconsole/dist/
H A Dxconsole.c178 static int get_pty(int *pty, int *tty);
220 if (!input && get_pty (&pty_fd, &tty_fd) == 0)
772 get_pty(int *pty, int *tty) function in typeref:typename:int
/xsrc/external/mit/xterm/dist/
H A Dmain.c471 static int get_pty(int *pty, char *from);
2424 get_pty(NULL, NULL);
2428 #define get_pty(pty, from) really_get_pty(pty, from) macro
3094 get_pty(int *pty, char *from GCC_UNUSED) function in typeref:typename:int
3200 TRACE(("get_pty(ttydev=%s, ptydev=%s) %s fd=%d\n",
3225 #ifdef get_pty /* USE_UTMP_SETGID */
3226 #undef get_pty
3228 * Call the real get_pty() before relinquishing root-setuid, caching the
3232 get_pty(int *pty, char *from) function in typeref:typename:int
3251 TRACE(("get_pty(ttyde
[all...]

Completed in 6 milliseconds