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

/external/ltp/tools/top-LTP/proc/
H A Dpwcache.h10 extern char *group_from_gid(gid_t gid);
H A Dpwcache.c59 char *group_from_gid(gid_t gid) function
H A Dreadproc.c473 strncpy(p->egroup, group_from_gid(p->egid), sizeof p->egroup);
475 strncpy(p->rgroup, group_from_gid(p->rgid),
477 strncpy(p->sgroup, group_from_gid(p->sgid),
479 strncpy(p->fgroup, group_from_gid(p->fgid),
584 strncpy(p->egroup, group_from_gid(p->egid), sizeof p->egroup);
586 strncpy(p->rgroup, group_from_gid(p->rgid), sizeof p->rgroup);
587 strncpy(p->sgroup, group_from_gid(p->sgid), sizeof p->sgroup);
588 strncpy(p->fgroup, group_from_gid(p->fgid), sizeof p->fgroup);
/external/openssh/openbsd-compat/
H A Dpwcache.c83 group_from_gid(gid_t gid, int nogroup) function
H A Dopenbsd-compat.h252 char *group_from_gid(gid_t, int);
/external/openssh/
H A Dsftp-common.c231 group = group_from_gid(st->st_gid, 0);
H A Dconfigure16566 group_from_gid \

Completed in 214 milliseconds