Home
last modified time | relevance | path

Searched refs:getgroup (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/ypcmd/revnetgroup/
H A DMakefile31 OBJS = revnetgroup.o getgroup.o table.o util.o
33 HDRS = getgroup.h table.h util.h
/titanic_41/usr/src/ucbcmd/ls/
H A Dls.c86 static char *getname(), *getgroup();
696 char *cp = getgroup(p->fgid); in fmtlstuff()
828 getgroup(gid_t gid) in getgroup() function
/titanic_41/usr/src/cmd/find/
H A Dfind.c214 static char *getgroup();
1636 getgroup(gid_t gid) in getgroup() function
1791 cp = getgroup(stp->st_gid);
/titanic_41/usr/src/cmd/ls/
H A Dls.c240 static char *getgroup(gid_t);
1302 cp = getgroup(p->lgid); in pentry()
2256 getgroup(gid_t gid) in getgroup() function
/titanic_41/usr/src/cmd/tar/
H A Dtar.c502 static char *getgroup(gid_t);
6281 getgroup(gid_t gid) in getgroup() function
6390 (void) sprintf(dblock.dbuf.gname, "%.31s", getgroup(sp->st_gid)); in build_dblock()