Home
last modified time | relevance | path

Searched refs:user_str (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth.c248 char *authmsg, *user_str; in auth_log() local
281 user_str = "<implicit>"; in auth_log()
283 user_str = "<invalid username>"; in auth_log()
285 user_str = authctxt->user; in auth_log()
290 user_str, in auth_log()
/titanic_44/usr/src/cmd/auditconfig/
H A Dauditconfig.c242 static void do_setaudit(char *user_str, char *mask_str, char *tid_str,
800 char *user_str; in do_args() local
806 user_str = *argv; in do_args()
814 do_setaudit(user_str, mask_str, tid_str, in do_args()
1784 do_setaudit(char *user_str, char *mask_str, char *tid_str, char *sid_str, in do_setaudit() argument
1789 ai.ai_auid = (au_id_t)get_user_id(user_str); in do_setaudit()