Searched refs:num_msg (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/lib/libtelnet/ |
| H A D | sra.c | 515 auth_conv(int num_msg, const struct pam_message **msg, in auth_conv() argument 522 if (reallocarr(&reply, num_msg, sizeof(*reply)) != 0) in auth_conv() 525 for (i = 0; i < num_msg; i++) { in auth_conv()
|
| /netbsd-src/libexec/ftpd/ |
| H A D | ftpd.c | 3782 auth_conv(int num_msg, const struct pam_message **msg, in auth_conv() argument 3791 if (num_msg <= 0 || num_msg > PAM_MAX_NUM_MSG) in auth_conv() 3793 myreply = calloc(num_msg, sizeof *myreply); in auth_conv() 3797 for (i = 0; i < num_msg; i++) { in auth_conv()
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | server.c | 6881 cvs_pam_conv (int num_msg, const struct pam_message **msg, in cvs_pam_conv() argument 6889 response = xnmalloc (num_msg, sizeof (struct pam_response)); in cvs_pam_conv() 6890 memset (response, 0, num_msg * sizeof (struct pam_response)); in cvs_pam_conv() 6892 for (i = 0; i < num_msg; i++) in cvs_pam_conv() 6920 for (i = 0; i < num_msg; i++) in cvs_pam_conv()
|