Searched refs:getgroup_r (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/bionic/ |
D | grp_pwd.cpp | 685 static int getgroup_r(bool by_name, const char* name, gid_t gid, struct group* grp, char* buf, in getgroup_r() function 706 return getgroup_r(false, nullptr, gid, grp, buf, buflen, result); in getgrgid_r() 711 return getgroup_r(true, name, 0, grp, buf, buflen, result); in getgrnam_r()
|