Searched refs:user_tty (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/sudo-73/src/auth/
H A Dpasswd.c58 if (skeyaccess(pw, user_tty, NULL, NULL) == 0)
/macosx-10.10.1/sudo-73/src/
H A Dsudo.c644 user_tty = user_ttypath = p;
645 if (strncmp(user_tty, _PATH_DEV, sizeof(_PATH_DEV) - 1) == 0)
646 user_tty += sizeof(_PATH_DEV) - 1;
648 user_tty = "unknown";
H A Dcheck.c436 if ((p = strrchr(user_tty, '/')))
439 p = user_tty;
H A Dlogging.c765 len += sizeof(LL_TTY_STR) + 2 + strlen(user_tty);
810 strlcat(line, user_tty, len) >= len ||
H A Diolog.c295 runas_pw->pw_name, runas_gr ? runas_gr->gr_name : "", user_tty);
H A Dsudo.h171 #define user_tty (sudo_user.tty) macro

Completed in 108 milliseconds