Home
last modified time | relevance | path

Searched refs:group_from_gid (Results 1 – 9 of 9) sorted by relevance

/external/ltp/tools/top-LTP/proc/
Dreadproc.c473 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()
Dpwcache.h10 extern char *group_from_gid(gid_t gid);
Dpwcache.c59 char *group_from_gid(gid_t gid) in group_from_gid() function
/external/openssh/openbsd-compat/
Dpwcache.c83 group_from_gid(gid_t gid, int nogroup) in group_from_gid() function
Dopenbsd-compat.h252 char *group_from_gid(gid_t, int);
/external/openssh/
Dsftp-common.c231 group = group_from_gid(st->st_gid, 0); in ls_file()
Dconfig.h.in583 /* Define to 1 if you have the `group_from_gid' function. */
Dconfigure.ac1656 group_from_gid \
Dconfigure16566 group_from_gid \