Home
last modified time | relevance | path

Searched refs:user_msg (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.c158 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 Dtaclib_private.h174 struct tac_str user_msg; member
H A Dtaclib.c777 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 Dcgi.c574 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 Dgtest-internal.h146 const Message& user_msg);
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc2236 const Message& user_msg) { in AppendUserMessage() argument
2238 const std::string user_msg_string = user_msg.GetString(); in AppendUserMessage()