sgetpwnam
static struct passwd *sgetpwnam(const char *);
pw = sgetpwnam(optarg);
pw = sgetpwnam(tmpl_user);
if ((pw = sgetpwnam("ftp")) == NULL)
pw = sgetpwnam(name);