Lines Matching defs:users
75 static Hashmap *users = NULL, *groups = NULL;
550 i = hashmap_get(users, pw->pw_name);
639 i = hashmap_get(users, sp->sp_namp);
1156 j = hashmap_get(users, i->name);
1202 /* Implicitly create additional users and groups, if they were listed in "m" lines */
1235 i = hashmap_get(users, *m);
1239 r = hashmap_ensure_allocated(&users, &string_hash_ops);
1252 r = hashmap_put(users, j->name, j);
1578 r = hashmap_ensure_allocated(&users, &string_hash_ops);
1609 h = users;
1888 HASHMAP_FOREACH(i, users, iterator)
1899 while ((i = hashmap_steal_first(users)))
1908 hashmap_free(users);