Searched refs:group_from_gid (Results 1 – 9 of 9) sorted by relevance
/external/ltp/tools/top-LTP/proc/ |
D | readproc.c | 473 strncpy(p->egroup, group_from_gid(p->egid), sizeof p->egroup); in readproc() 475 strncpy(p->rgroup, group_from_gid(p->rgid), in readproc() 477 strncpy(p->sgroup, group_from_gid(p->sgid), in readproc() 479 strncpy(p->fgroup, group_from_gid(p->fgid), in readproc() 584 strncpy(p->egroup, group_from_gid(p->egid), sizeof p->egroup); in ps_readproc() 586 strncpy(p->rgroup, group_from_gid(p->rgid), sizeof p->rgroup); in ps_readproc() 587 strncpy(p->sgroup, group_from_gid(p->sgid), sizeof p->sgroup); in ps_readproc() 588 strncpy(p->fgroup, group_from_gid(p->fgid), sizeof p->fgroup); in ps_readproc()
|
D | pwcache.h | 10 extern char *group_from_gid(gid_t gid);
|
D | pwcache.c | 59 char *group_from_gid(gid_t gid) in group_from_gid() function
|
/external/openssh/openbsd-compat/ |
D | pwcache.c | 83 group_from_gid(gid_t gid, int nogroup) in group_from_gid() function
|
D | openbsd-compat.h | 252 char *group_from_gid(gid_t, int);
|
/external/openssh/ |
D | sftp-common.c | 231 group = group_from_gid(st->st_gid, 0); in ls_file()
|
D | config.h.in | 583 /* Define to 1 if you have the `group_from_gid' function. */
|
D | configure.ac | 1656 group_from_gid \
|
D | configure | 16566 group_from_gid \
|