Searched refs:user_msg (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/lib/libpam/modules/pam_tacplus/ |
| H A D | pam_tacplus.c | 158 const char *user_msg; in pam_sm_authenticate() local 212 retval = pam_get_user(pamh, &user_msg, in pam_sm_authenticate() 216 PAM_AUTHTOK, &user_msg, in pam_sm_authenticate() 224 if (set_msg(tach, user_msg) == -1) in pam_sm_authenticate()
|
| /freebsd-14.2/lib/libtacplus/ |
| H A D | taclib_private.h | 174 struct tac_str user_msg; member
|
| H A D | taclib.c | 777 free_str(&h->user_msg); in tac_close() 954 free_str(&h->user_msg); in create_msg() 993 init_str(&h->user_msg); in tac_open() 1030 if (add_str_16(h, &ac->user_msg_len, &h->user_msg) == -1 || in tac_send_authen() 1187 return save_str(h, &h->user_msg, msg, msg != NULL ? strlen(msg) : 0); in tac_set_msg()
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | cgi.c | 574 const char *user_msg) in pg_noresult() argument 579 puts(user_msg); in pg_noresult()
|
| /freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 146 const Message& user_msg);
|
| /freebsd-14.2/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 2236 const Message& user_msg) { in AppendUserMessage() argument 2238 const std::string user_msg_string = user_msg.GetString(); in AppendUserMessage()
|