pw_make
char *pw_make(const struct passwd *_pw);
if ((line = pw_make(pw)) == NULL)
buf = pw_make(pw);
p = v7 ? pw_make_v7(pwd) : pw_make(pwd);