copy_passwd_to_buffer
status_t copy_passwd_to_buffer(const char* name, const char* password, uid_t uid,
status_t copy_passwd_to_buffer(const passwd* from, passwd* entry, char* buffer,
status = BPrivate::copy_passwd_to_buffer(
error = BPrivate::copy_passwd_to_buffer(name, password, uid, gid, home,
return copy_passwd_to_buffer(from->pw_name, from->pw_passwd, from->pw_uid,