PASS_MAX
static char pinbuf[PASS_MAX + 1];
char buf[PASS_MAX + 1];
if (scanf("%" VAL2STR(PASS_MAX) "s", &buf) != 1) {
char buf[PASS_MAX + 1];
if (scanf("%" VAL2STR(PASS_MAX) "s", &buf) != 1) {
static char input[PASS_MAX + 1];
if (i < PASS_MAX) {
if ((*authtok = calloc(PASS_MAX+1, sizeof (char))) == NULL)
PASS_MAX+1);
(void) strlcpy(*authtok, ret_resp->resp, PASS_MAX+1);
bzero(*authtok, PASS_MAX+1);
#if PASS_MAX >= PAM_MAX_RESP_SIZE