Searched defs:getgroup (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c86 static char *getname(), *getgroup();
696 char *cp = getgroup(p->fgid);
828 getgroup(gid_t gid) function
/illumos-gate/usr/src/cmd/find/
H A Dfind.c214 static char *getgroup();
1636 getgroup(gid_t gid) function
1791 cp = getgroup(stp->st_gid);
/illumos-gate/usr/src/cmd/ls/
H A Dls.c240 static char *getgroup(gid_t);
1302 cp = getgroup(p->lgid);
2256 getgroup(gid_t gid) function
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c495 static char *getgroup(gid_t);
6325 getgroup(gid_t gid) function
6434 (void) sprintf(dblock.dbuf.gname, "%.31s", getgroup(sp->st_gid));

Completed in 71 milliseconds