Searched refs:xgetgrnam (Results 1 – 4 of 4) sorted by relevance
25 struct group *grp = xgetgrnam(toys.optargs[toys.optc-1]); in groupdel_main()
92 if (toys.optflags & FLAG_G) TT.gid = xgetgrnam(TT.u_grp)->gr_gid;
176 struct group *xgetgrnam(char *name);
739 struct group *xgetgrnam(char *name) in xgetgrnam() function