Searched refs:user_msg (Results 1 – 6 of 6) sorted by relevance
| /freebsd/lib/libpam/modules/pam_tacplus/ |
| H A D | pam_tacplus.c | 157 const char *user_msg; in pam_sm_authenticate() local 211 retval = pam_get_user(pamh, &user_msg, in pam_sm_authenticate() 215 PAM_AUTHTOK, &user_msg, in pam_sm_authenticate() 223 if (set_msg(tach, user_msg) == -1) in pam_sm_authenticate()
|
| /freebsd/lib/libtacplus/ |
| H A D | taclib.c | 776 free_str(&h->user_msg); in tac_close() 953 free_str(&h->user_msg); in create_msg() 992 init_str(&h->user_msg); in tac_open() 1029 if (add_str_16(h, &ac->user_msg_len, &h->user_msg) == -1 || in tac_send_authen() 1186 return save_str(h, &h->user_msg, msg, msg != NULL ? strlen(msg) : 0); in tac_set_msg()
|
| H A D | taclib_private.h | 174 struct tac_str user_msg; member
|
| /freebsd/contrib/mandoc/ |
| H A D | cgi.c | 586 const char *user_msg) in pg_noresult() argument 594 puts(user_msg); in pg_noresult()
|
| /freebsd/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 145 const Message& user_msg);
|
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 2289 const Message& user_msg) { in AppendUserMessage() argument 2291 const std::string user_msg_string = user_msg.GetString(); in AppendUserMessage()
|