Home
last modified time | relevance | path

Searched refs:getgrgid (Results 1 – 8 of 8) sorted by relevance

/busybox-1.35.0/include/
Dgrp_.h34 #define getgrgid bb_internal_getgrgid macro
46 struct group* FAST_FUNC getgrgid(gid_t __gid);
/busybox-1.35.0/libbb/
Dbb_pwd.c44 struct group *gr = getgrgid(gid); in xgetgrgid()
71 struct group *gr = getgrgid(gid); in gid2group()
Dappletlib.c539 struct group *grp = getgrgid(g); in ingroup()
/busybox-1.35.0/loginutils/
Daddgroup.c74 if (!getgrgid(g->gr_gid)) { in xgroup_study()
Dadduser.c110 while (getpwuid(p->pw_uid) || (p->pw_gid == (gid_t)-1 && getgrgid(p->pw_uid))) { in passwd_study()
/busybox-1.35.0/util-linux/
Dipcs.c113 gr = getgrgid(ipcp->cgid); in print_perms()
120 gr = getgrgid(ipcp->gid); in print_perms()
/busybox-1.35.0/coreutils/
Dstat.c362 gw_ent = getgrgid(statbuf->st_gid);
711 gw_ent = getgrgid(statbuf.st_gid); in do_stat()
/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c468 struct group* FAST_FUNC getgrgid(gid_t id) in getgrgid() function