Lines Matching defs:groups
75 static Hashmap *users = NULL, *groups = NULL;
409 i = hashmap_get(groups, gr->gr_name);
483 i = hashmap_get(groups, sg->sg_namp);
1202 /* Implicitly create additional users and groups, if they were listed in "m" lines */
1208 i = hashmap_get(groups, g);
1212 r = hashmap_ensure_allocated(&groups, &string_hash_ops);
1225 r = hashmap_put(groups, j->name, j);
1628 r = hashmap_ensure_allocated(&groups, &string_hash_ops);
1653 h = groups;
1885 HASHMAP_FOREACH(i, groups, iterator)
1896 while ((i = hashmap_steal_first(groups)))
1907 hashmap_free(groups);