[go: nahoru, domu]

Searched defs:by_name (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dstubs.cpp83 static int do_getpw_r(int by_name, const char* name, uid_t uid, argument
94 const passwd* src = by_name ? getpwnam(name) : getpwuid(uid); // NOLINT: see above.
506 static int getgroup_r(bool by_name, const char* name, gid_t gid, struct group* grp, char* buf, argument
517 group* retval = (by_name ? getgrnam_internal(name, state) : getgrgid_internal(gid, state));

Completed in 121 milliseconds