tty               638 source3/auth/pampass.c static bool smb_internal_pam_session(pam_handle_t *pamh, const char *user, const char *tty, bool flag)
tty               643 source3/auth/pampass.c 	DEBUG(4,("smb_internal_pam_session: PAM: tty set to: %s\n", tty));
tty               644 source3/auth/pampass.c 	pam_error = pam_set_item(pamh, PAM_TTY, tty);
tty               720 source3/auth/pampass.c bool smb_pam_claim_session(char *user, char *tty, char *rhost)
tty               736 source3/auth/pampass.c 	if (!smb_internal_pam_session(pamh, user, tty, True)) {
tty               748 source3/auth/pampass.c bool smb_pam_close_session(char *user, char *tty, char *rhost)
tty               764 source3/auth/pampass.c 	if (!smb_internal_pam_session(pamh, user, tty, False)) {
tty               878 source3/auth/pampass.c bool smb_pam_claim_session(char *user, char *tty, char *rhost)
tty               884 source3/auth/pampass.c bool smb_pam_close_session(char *in_user, char *tty, char *rhost)
tty               159 source3/include/proto.h bool smb_pam_claim_session(char *user, char *tty, char *rhost);
tty               160 source3/include/proto.h bool smb_pam_close_session(char *user, char *tty, char *rhost);
tty               165 source3/include/proto.h bool smb_pam_claim_session(char *user, char *tty, char *rhost);
tty               166 source3/include/proto.h bool smb_pam_close_session(char *in_user, char *tty, char *rhost);
tty                67 source4/heimdal/lib/hcrypto/ui.c     FILE *tty;
tty                87 source4/heimdal/lib/hcrypto/ui.c     if((tty = fopen("/dev/tty", "r")) != NULL)
tty                88 source4/heimdal/lib/hcrypto/ui.c 	rk_cloexec_file(tty);
tty                90 source4/heimdal/lib/hcrypto/ui.c 	tty = stdin;
tty                96 source4/heimdal/lib/hcrypto/ui.c 	tcgetattr(fileno(tty), &t_old);
tty                99 source4/heimdal/lib/hcrypto/ui.c 	tcsetattr(fileno(tty), TCSANOW, &t_new);
tty               104 source4/heimdal/lib/hcrypto/ui.c 	c = getc(tty);
tty               106 source4/heimdal/lib/hcrypto/ui.c 	    if(!ferror(tty))
tty               122 source4/heimdal/lib/hcrypto/ui.c 	tcsetattr(fileno(tty), TCSANOW, &t_old);
tty               125 source4/heimdal/lib/hcrypto/ui.c     if(tty != stdin)
tty               126 source4/heimdal/lib/hcrypto/ui.c 	fclose(tty);