HomeSort by: relevance | last modified time | path
    Searched refs:get_pty (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xconsole/dist/
xconsole.c 178 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
  /xsrc/external/mit/xterm/dist/
main.c 471 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
3200 TRACE(("get_pty(ttydev=%s, ptydev=%s) %s fd=%d\n",
3225 #ifdef get_pty /* USE_UTMP_SETGID */
3226 #undef get_pty macro
3228 * Call the real get_pty() before relinquishing root-setuid, caching the
3232 get_pty(int *pty, char *from) function
3251 TRACE(("get_pty(ttydev=%s, ptydev=%s) %s fd=%d (utmp setgid)\n"
    [all...]

Completed in 7 milliseconds