Searched refs:nss_group_record_by_gid (Results 1 – 4 of 4) sorted by relevance
24 int nss_group_record_by_gid(gid_t gid, bool with_shadow, GroupRecord **ret);
478 int nss_group_record_by_gid( in nss_group_record_by_gid() function
977 … r = nss_group_record_by_gid(gid, !FLAGS_SET(flags, USERDB_SUPPRESS_SHADOW), ret); in groupdb_by_gid()
380 r = nss_group_record_by_gid(gid, false, &g); in userdb_getgrgid()