[go: nahoru, domu]

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

/bionic/libc/bionic/
H A Dstubs.cpp506 static int getgroup_r(bool by_name, const char* name, gid_t gid, struct group* grp, char* buf, function
527 return getgroup_r(false, NULL, gid, grp, buf, buflen, result);
532 return getgroup_r(true, name, 0, grp, buf, buflen, result);

Completed in 193 milliseconds