Lines Matching refs:pam_message
47 #include "pam_message.h"
231 const struct pam_message *mesg[1];
232 struct pam_message *pam_msg;
257 pam_msg = malloc(sizeof(struct pam_message));
271 mesg[0] = (const struct pam_message *) pam_msg;
1443 const struct pam_message *mesg[2] = { NULL, NULL };
1444 struct pam_message m[2] = { {0}, {0} };
1462 mesg[0] = (const struct pam_message *) m;
1466 * Basically it is important that both the actual struct pam_message and
1467 * the pointers to the struct pam_message are arrays. Since the assignment
1580 struct pam_message prompt_message;
1581 const struct pam_message *prompt_messages[1];
1750 const struct pam_message *mesg[2] = { NULL, NULL };
1751 struct pam_message m[2] = { { 0 }, { 0 } };
1790 mesg[0] = (const struct pam_message *)m;
1794 * Basically it is important that both the actual struct pam_message and
1795 * the pointers to the struct pam_message are arrays. Since the assignment