Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A DMakefile32 OBJS = revnetgroup.o getgroup.o table.o util.o
34 HDRS = getgroup.h table.h util.h
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c84 static char *getname(), *getgroup();
694 char *cp = getgroup(p->fgid); in fmtlstuff()
826 getgroup(gid_t gid) in getgroup() function
/illumos-gate/usr/src/cmd/find/
H A Dfind.c218 static char *getgroup(gid_t);
1646 getgroup(gid_t gid) in getgroup() function
1799 cp = getgroup(stp->st_gid); in list()
/illumos-gate/usr/src/cmd/ls/
H A Dls.c236 static char *getgroup(gid_t);
1307 cp = getgroup(p->lgid); in pentry()
2280 getgroup(gid_t gid) in getgroup() function
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c77 static char *getgroup(gid_t);
157 getgroup(gid_t gid) in getgroup() function
2227 uval.string_val = getgroup(gid); in pa_print_gid()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c496 static char *getgroup(gid_t);
6326 getgroup(gid_t gid) in getgroup() function
6435 (void) sprintf(dblock.dbuf.gname, "%.31s", getgroup(sp->st_gid)); in build_dblock()