Searched refs:getpasswd_r (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/bionic/ |
D | grp_pwd.cpp | 562 static int getpasswd_r(bool by_name, const char* name, uid_t uid, struct passwd* pwd, char* buf, in getpasswd_r() function 583 return getpasswd_r(true, name, -1, pwd, buf, byte_count, result); in getpwnam_r() 587 return getpasswd_r(false, nullptr, uid, pwd, buf, byte_count, result); in getpwuid_r()
|