Searched refs:copy_shadow_pwd_to_buffer (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/libroot/
H A Duser_group.h131 status_t copy_shadow_pwd_to_buffer(const char* name, const char* password,
134 status_t copy_shadow_pwd_to_buffer(const spwd* from, spwd* entry,
/haiku/src/system/libroot/posix/
H A Dshadow.cpp105 status = BPrivate::copy_shadow_pwd_to_buffer(
188 error = BPrivate::copy_shadow_pwd_to_buffer(name, password, lastChanged,
239 status = BPrivate::copy_shadow_pwd_to_buffer(name, password, lastChanged,
H A Duser_group_common.cpp329 BPrivate::copy_shadow_pwd_to_buffer(const char* name, const char* password, function in class:BPrivate
352 BPrivate::copy_shadow_pwd_to_buffer(const spwd* from, spwd* entry, function in class:BPrivate
355 return copy_shadow_pwd_to_buffer(from->sp_namp, from->sp_pwdp,

Completed in 37 milliseconds