| 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...] |