__getpass
static char *__getpass(const char *, int);
return ((char *)__getpass(prompt, SMLPASSWD));
return ((char *)__getpass(prompt, MAXPASSWD));