copy_shadow_pwd_to_buffer
status_t copy_shadow_pwd_to_buffer(const char* name, const char* password,
status_t copy_shadow_pwd_to_buffer(const spwd* from, spwd* entry,
status = BPrivate::copy_shadow_pwd_to_buffer(
error = BPrivate::copy_shadow_pwd_to_buffer(name, password, lastChanged,
status = BPrivate::copy_shadow_pwd_to_buffer(name, password, lastChanged,
return copy_shadow_pwd_to_buffer(from->sp_namp, from->sp_pwdp,