HomeSort by: relevance | last modified time | path
    Searched defs:addgroup (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/newgrp/
grutil.c 282 addgroup( function in typeref:typename:void
  /src/usr.bin/wall/
wall.c 70 static void addgroup(char *);
112 addgroup(optarg);
157 addgroup(char *name) function in typeref:typename:void
  /src/lib/libc/gen/
getnetgrent.c 76 static int addgroup(StringList *, char *);
399 * addgroup(): Recursively add all the members of the netgroup to this group.
405 addgroup(StringList *sl, char *grp) function in typeref:typename:int
415 (void)fprintf(stderr, "addgroup(%s)\n", grp);
454 if (!addgroup(sl, name))
728 addgroup(sl, ng_copy);

Completed in 12 milliseconds