_PASSWORD_LEN
char buf[_PASSWORD_LEN];
char dummy[_PASSWORD_LEN];
static char buf[_PASSWORD_LEN + 1];
char buffer[_PASSWORD_LEN];
char hash[_PASSWORD_LEN], pass[1024], pass2[1024];
char hash[_PASSWORD_LEN];
static char hash[_PASSWORD_LEN];
char prev[_PASSWORD_LEN + 1];
char prev[_PASSWORD_LEN + 1];
char passenv[_PASSWORD_LEN + 8];
PasswordLength = _PASSWORD_LEN,