Searched refs:group_from_gid (Results 1 - 7 of 7) sorted by relevance
/external/ltp/tools/top-LTP/proc/ |
H A D | pwcache.h | 10 extern char *group_from_gid(gid_t gid);
|
H A D | pwcache.c | 59 char *group_from_gid(gid_t gid) function
|
H A D | readproc.c | 473 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 D | pwcache.c | 83 group_from_gid(gid_t gid, int nogroup) function
|
H A D | openbsd-compat.h | 252 char *group_from_gid(gid_t, int);
|
/external/openssh/ |
H A D | sftp-common.c | 231 group = group_from_gid(st->st_gid, 0);
|
H A D | configure | 16566 group_from_gid \
|
Completed in 233 milliseconds