Lines Matching refs:get_pty
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)
3094 get_pty(int *pty, char *from GCC_UNUSED)
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)
3251 TRACE(("get_pty(ttydev=%s, ptydev=%s) %s fd=%d (utmp setgid)\n",
3267 * Called from get_pty to iterate over likely pseudo terminals
4140 if (get_pty(&screen->respond, XDisplayString(screen->display))) {
4143 TRACE_GET_TTYSIZE(screen->respond, "after get_pty");
5369 if (get_pty(&screen->respond, XDisplayString(screen->display))) {