Lines Matching defs:group
46 #define NONAME "No group name"
47 #define BADNAME "Bad character(s) in group name"
72 struct group {
73 struct group *nxt;
81 struct group *groups;
103 struct group *gp;
123 argv[1] = "/etc/group";
145 t->groups = (struct group *)
146 emalloc(sizeof (struct group));
243 /* check to see that group name is at least 1 character */
327 t->groups = (struct group *)
328 emalloc(sizeof (struct group));
341 * check for duplicate logname in group
357 gp = (struct group *)emalloc(sizeof (struct group));